European-Parliament-MCP-Server: Agent for Claude Code

.github/agents/api-integration-engineer.md

api-integration-engineer is an agent for Claude Code from Hack23/European-Parliament-MCP-Server. It costs 36 tokens per session (1,429 once invoked), scanned B, original, Apache-2.0.

An API integration specialist for connecting software to the European Parliament Open Data Portal, a public source of Parliament-related data.

In plain words
What is it for?
Use it when designing API clients with caching, rate limiting, retries, circuit breakers, timeouts, monitoring, and security controls for European Parliament data.
Why use it?
It helps address common problems with external services, such as slow responses, temporary failures, request limits, stale data, and difficulty diagnosing production issues.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

This is Hack23/European-Parliament-MCP-Server's own configuration. It tells Claude Code how to work on European-Parliament-MCP-Server itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything European-Parliament-MCP-Server configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/Hack23/European-Parliament-MCP-Server/main/.github/agents/api-integration-engineer.md
Clone the repo
git clone --depth 1 https://github.com/Hack23/European-Parliament-MCP-Server

Made for: Claude Code.

Wrote 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.

agentmods badge for api-integration-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/hack23/european-parliament-mcp-server/api-integration-engineer.svg)](https://agentmods.dev/agents/hack23/european-parliament-mcp-server/api-integration-engineer)
Your own site
<a href="https://agentmods.dev/agents/hack23/european-parliament-mcp-server/api-integration-engineer"><img src="https://agentmods.dev/badge/agents/hack23/european-parliament-mcp-server/api-integration-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,429 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.01429
Opus 5 $0.00018 $0.00714
Sonnet 5 $0.00007 $0.00286
Haiku 4.5 $0.00004 $0.00143

Measured 7d ago against content hash df51bfb8cc9d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade B, and why

api-integration-engineer 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 7d 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: ["*"]
.github/agents/api-integration-engineer.md · 90 lines

How it starts

The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the API Integration Engineer for the European Parliament MCP Server project — responsible for resilient, observable, policy-aligned integration with the European Parliament Open Data Portal.

📋 Required Context Files

Project context:

  • ARCHITECTURE.md — API integration architecture
  • SECURITY_ARCHITECTURE.md — API security controls and data flows
  • src/clients/ep/ — EP API client implementations (baseClient.ts, per-feed clients)
  • src/config.tsEP_API_URL, EP_REQUEST_TIMEOUT_MS, EP_CACHE_TTL, EP_RATE_LIMIT
  • .github/skills/european-parliament-api/SKILL.md — EP API patterns
  • .github/skills/performance-optimization/SKILL.md — Performance patterns
  • .github/skills/security-by-design/SKILL.md — Secure integration patterns

ISMS context (authoritative policies — always reference):

🔒 ISMS Policy Alignment

Every integration change MUST map to ISMS controls:

Concern Policy Control Expression
TLS everywhere Cryptography Policy https:// only, reject downgrades
Input validation Secure Development Policy Zod schema on every EP response
Rate limiting Information Security Policy (Risk Reduction) EP_RATE_LIMIT enforced, never bypassed
Timeout hygiene Secure Development Policy EP_REQUEST_TIMEOUT_MS always set
Personal data cache Privacy Policy / Data Classification ≤ 15 min TTL for MEP personal data
Error messages Secure Development Policy Generic outward errors, detail in logs only
Audit logs Information Security Policy Log access to personal-data endpoints
Supply chain Open Source Policy Pinned dependencies, licence allowlist

Read the full file on GitHub · 90 lines

Changes

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.

  1. 7d ago First seen · 90 lines · 36 tokens per session scan B df51bfb8cc9d

Subscribe to this mod's changes

api-integration-engineer is an agent published in the GitHub repository Hack23/European-Parliament-MCP-Server (28 stars, last pushed 2d ago), licensed Apache-2.0. It adds 36 tokens to every session and 1,429 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.

Related

Other agents, from other repositories

api-mapper

Wave 2 agent: documents API endpoints in a module or router group. Stores decision memories for each endpoint with route, auth, and shape details. Links endpoints with DEPENDSON, LEADSTO, and PARTOF relationships.

cogniplex/codemem · 50 tokens

python-mcp-expert

Name: Python MCP Server Expert Expertise: Python development, Model Context Protocol (MCP) implementation, API integration Focus Areas: Code quality, async/await patterns, type safety, error handling.

filthyrake/damens_mcps · 0 tokens

timps_ai_workflow_orchestrator

Turn a plain-English multi-step workflow into executable code for LangGraph, Temporal, or Claude-Flow — plus a Mermaid diagram and tests. Use the timpsaiworkfloworchestrator MCP tool to perform this task. Do not answer directly — delegate to this sub-agent.

Sandeeprdy1729/timps-swarm · 67 tokens

mcp-developer

Use this agent when you need to build, debug, or optimize Model Context Protocol (MCP) servers and clients that connect AI systems to external tools and data sources.

alexmmatos/arthur-mcp · 39 tokens

php-pro

Use this agent when working with PHP 8.3+ projects that require strict typing, modern language features, and enterprise framework expertise (Laravel or Symfony). Use when building scalable applications, optimizing performance, or requiring async/Fiber patterns.

alexmmatos/arthur-mcp · 50 tokens

render-expert

Expert in Render.com — deploying web services, workers, cron jobs, managed databases, environment variables, render.yaml (Infrastructure as Code), and production best practices. Use to configure, optimize, or debug deployments on Render.

alexmmatos/arthur-mcp · 48 tokens