An MCP server for chemistry: it computes molecular weights and isotope distributions from chemical formulae and resolves compound name/formula lookups, backed by NIST atomic-weight data and a cached finder over multiple online and offline sources.
Menjometre is an independent observatory of Catalan public spending. This MCP server gives any LLM client read-only access to the full dataset and the statistical scoring layer built on top of it.
## Coverage
- **~19.5 M** grant records from the Registre d'Ajuts i Subvencions de Catalunya
(RAISC), 2016βpresent
- **~1.7 M** public procurement contracts from Dades Obertes de Catalunya
- **~496 K** beneficiary entities with normalised identities
- A **public-figure graph** linking Parlament deputies, Generalitat officials, and
the boards of publicly-funded entities
- The **Menjometre score** β a statistical indicator flagging concentration and
recurrence patterns in public spending
## What the 48 tools cover
| Domain | What you can ask |
|---|---|
| `entities` | Search, profile, network, activity timeline for any funded
organisation |
| `grants` | RAISC lookups, concentration analysis, purpose trees, year-over-year
trends |
| `contractes` | Procurement lookups, sole-source detection, fragmentation patterns |
| `organs` | Granting-body rankings and profiles |
| `xarxa` | Public-figure graph, shortest path between two people, cluster
investigation |
| `pressupostos` | Generalitat budget surface |
| `meta` | Methodology, scoring explanation, upstream attribution manifest |
## Example prompts
- *"Which ten Catalan entities received the most RAISC funds in 2024?"*
- *"Show me the concentration profile of the entity with CIF A08000143."*
- *"Which grant-giving bodies award the largest share of their budget to a single
beneficiary?"*
- *"What percentage of Ajuntament de Girona's contracts are sole-source?"*
- *"Explain how the Menjometre score is computed."*
## Response envelope
Every tool response ships with four things:
1. **Attribution** β a `sources` array citing the upstream dataset, licence
(CC-BY-4.0 / Llei 37/2007), and publisher
2. **Scope predicate** β personal-data filters enforced at the database query, not
client-side
3. **Framing** β scored responses embed a `score_meta` block with a
`not_an_accusation` disclaimer and a link to the methodology page
4. **Neutral statistical language** β the server returns "top decile", "around the
median", never accusatory framing
Safe for journalism, academic research, and civic-tech tooling.
## Install via npm
```json
{
"mcpServers": {
"menjometre": {
"command": "npx",
"args": ["-y", "menjometre-mcp"]
}
}
}
Also reachable directly over Streamable HTTP at https://www.menjometre.cat/mcp.