e-RUP KNF MCP Server

e-RUP KNF MCP Server

Enables querying the Polish KNF e-RUP payment institution registry, including entity search, details, services, agents, branches, and history.

Category
Visit Server

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 for ENT_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 Wpisany in list filters returns zero rows without an error.
  • Upstream can return HTTP 200 with status: "error" in JSON. The server treats this as a failure.
  • SER_LIS encodes 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

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured