e-RUP KNF MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@e-RUP KNF MCP Serversearch for active payment institutions"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: KRS Poland MCP Server
Security
To report vulnerabilities, see SECURITY.md.
Requirements
Node.js 18+
npm
Setup
npm installRun
Development:
npm run devBuild + start:
npm run build
npm startMCP 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 testRun opt-in live tests against https://e-rup.knf.gov.pl/JSON:
ERUP_LIVE_TESTS=1 npm run test:liveLive tests are skipped by default unless ERUP_LIVE_TESTS=1.
Quality Gates
npm run lint
npm run typecheck
npm testMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kymylyy/erup2.0-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server