e-RUP KNF MCP Server
Enables querying the Polish KNF e-RUP payment institution registry, including entity search, details, services, agents, branches, and history.
README
e-RUP KNF MCP Server
TypeScript MCP server that wraps the public KNF e-RUP registry API at https://e-rup.knf.gov.pl/JSON.
License
This project is licensed under the MIT License. See LICENSE.
Security
To report vulnerabilities, see SECURITY.md.
Requirements
- Node.js 18+
- npm
Setup
npm install
Run
Development:
npm run dev
Build + start:
npm run build
npm start
MCP Configuration (stdio)
Example MCP client entry:
{
"mcpServers": {
"erup": {
"command": "node",
"args": ["/absolute/path/to/erup2.0-mcp/dist/index.js"]
}
}
}
For local development with tsx:
{
"mcpServers": {
"erup-dev": {
"command": "npx",
"args": ["tsx", "/absolute/path/to/erup2.0-mcp/src/index.ts"]
}
}
}
Tools
search_entities: Search and filter entity listing with pagination and sorting.get_entity: Full detail record for a single entity id.get_entity_services: Authorized services for an entity by service type.get_entity_agents: Paged agents list for an entity.get_entity_branches: Paged branches list for an entity.get_entity_history: Status history timeline for an entity.list_entity_types: KNF taxonomy list forENT_TYP(cached in memory).get_registry_stats: Count-only query (limit: 0) for optional filters.
Known KNF API Quirks
- List filters must use internal codes:
entity_type:PSD_PI,PSD_EPI@BP, ...status:ES_1,ES_2
- Using display names like
Wpisanyin list filters returns zero rows without an error. - Upstream can return HTTP
200withstatus: "error"in JSON. The server treats this as a failure. SER_LISencodes commas as,; this server decodes values before returning structured service lines.
Testing
Run all local unit tests:
npm test
Run opt-in live tests against https://e-rup.knf.gov.pl/JSON:
ERUP_LIVE_TESTS=1 npm run test:live
Live tests are skipped by default unless ERUP_LIVE_TESTS=1.
Quality Gates
npm run lint
npm run typecheck
npm test
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.