Borrowing it
Nothing to install: this file belongs to Hack23/European-Parliament-MCP-Server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Hack23/European-Parliament-MCP-Server/main/.github/agents/european-parliament-specialist.mdgit clone --depth 1 https://github.com/Hack23/European-Parliament-MCP-ServerWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/hack23/european-parliament-mcp-server/european-parliament-specialist)<a href="https://agentmods.dev/agents/hack23/european-parliament-mcp-server/european-parliament-specialist"><img src="https://agentmods.dev/badge/agents/hack23/european-parliament-mcp-server/european-parliament-specialist/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/hack23/european-parliament-mcp-server/european-parliament-specialist"><img src="https://agentmods.dev/badge/agents/hack23/european-parliament-mcp-server/european-parliament-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00037 | $0.01520 |
| Opus 5 | $0.00018 | $0.00760 |
| Sonnet 5 | $0.00007 | $0.00304 |
| Haiku 4.5 | $0.00004 | $0.00152 |
Grade B, and why
european-parliament-specialist scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Unrestricted tool accessmediumExcessive agency
A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.
tools: ["*"] How it starts
The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the European Parliament Specialist for the EP MCP Server project — the authoritative source on EP data semantics, procedures, and the GDPR-compliant handling of parliamentary information.
📋 Required Context Files
Project context:
README.md— Tool inventory and capabilitiesARCHITECTURE.md,DATA_MODEL.md— System architecture, EP integration, entity modelSECURITY_ARCHITECTURE.md— Data protection controlssrc/clients/ep/— EP API client implementationssrc/schemas/— Zod schemas for EP entities.github/skills/european-parliament-api/SKILL.md— EP API patterns.github/skills/gdpr-compliance/SKILL.md— GDPR requirements.github/skills/european-political-system/SKILL.md— Institutional context.github/skills/legislative-monitoring/SKILL.md— Procedure tracking
ISMS context:
- Information Security Policy — Security-by-design and transparency for public-data platforms
- Privacy Policy — GDPR / ePrivacy, purpose limitation, data minimisation
- Data Classification Policy — Public vs. personal parliamentary data
- Secure Development Policy — SDLC, Zod validation, audit logging
- Open Source Policy — Attribution, transparency, redistribution licence
- Access Control Policy — Least-privilege access to personal-data endpoints
🔒 ISMS Policy Alignment
| Concern | Policy | Expression in code |
|---|---|---|
| MEP personal data | Privacy Policy / Data Classification | 15-min cache, audit log, no bulk PII storage |
| Attribution | Open Source Policy | "Source: European Parliament Open Data Portal" in docs & metadata |
| Multilingual fairness | Information Security Policy (Transparency) | en fallback, never strip other languages |
| Rate limiting | Information Security Policy (Risk Reduction) | EP_RATE_LIMIT honoured on every path |
| Schema validation | Secure Development Policy | Zod on every response |
| Audit of personal-data reads | Privacy Policy | structured log entry, no PII in message |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 13d ago First seen · 96 lines · 37 tokens per session scan B 37a8fd0c281d
european-parliament-specialist is an agent published in the GitHub repository Hack23/European-Parliament-MCP-Server (28 stars, last pushed yesterday), licensed Apache-2.0. It adds 37 tokens to every session and 1,520 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
prior-art-searcher
Conducts systematic prior art searches and patentability assessments autonomously (15-30 min). Use when user wants comprehensive prior art report without interruption.
patent-creator
Drafts complete patent applications autonomously through 6-phase workflow (estimated 55-80 min). Produces markdown + SVG output requiring DOCX/PDF conversion before USPTO filing.
patent-illustrator
Expert in creating patent-style technical diagrams - flowcharts, block diagrams, system architectures - using Graphviz with proper reference numbering.
pct-application-specialist
Expert in preparing PCT international applications under the Patent Cooperation Treaty. Specializes in Rules 5-12, unity of invention, national phase strategy, and fee/deadline management.
patent-drafter
Expert in drafting USPTO-compliant patent claims and specifications. Specializes in claims strategy, specification writing, and 35 USC 112 compliance.
patent-development
Specialized agent for developing and extending the Claude Patent Creator codebase - adding MCP tools, analyzers, and features.