Ontology Mcp Server
@mrcholis
About Ontology Mcp Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ontology": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mrcholis/ontology-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Ontology MCP Server?
Ontology MCP Server ingests ISO 20022 XML banking messages, extracts structured financial signals, builds an RDF knowledge graph, and exposes it as native tools for any MCP-compatible AI agent. It is designed for banks, fintechs, and payment processors who need to query interconnected payment messages.
How to use Ontology MCP Server?
Install via pip install ontology-mcp and run python mcp_server.py. Alternatively, use Docker: docker pull ghcr.io/mrcholis/ontology-mcp:latest and docker run .... Connect any MCP client (e.g., Claude Desktop) by adding the server to your claude_desktop_config.json. A demo can be run with python -m ontology_mcp.demo.
Key features of Ontology MCP Server
- Ingests ISO 20022 XML into a queryable knowledge graph.
- Exposes 11 MCP tools for AI agents.
- Supports pacs.008, pacs.009, camt.053/054/056/026/029.
- Persistent storage with Oxigraph (RocksDB-backed).
- Real-time WebSocket streaming ingest.
- Built-in anomaly detection for high-value transactions.
Use cases of Ontology MCP Server
- Trace the full lifecycle of a payment cancellation.
- Find all transactions over $50
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Website
FunnyWolfAdversary simulation and Red teaming platform with AI

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Nginx UI
0xJackyYet another WebUI for Nginx
Comments