- Ontology Mcp Server
Ontology Mcp Server
Ontology MCP Server turns raw ISO 20022 banking messages (pacs.008 payments, camt.056 cancellations, camt.029 responses) into a queryable knowledge graph that any AI agent can ask questions about.
Instead of grepping through XML files, you ask things like:
- "Find all transactions over $50K involving BLUEUSNY"
- "What's the full lifecycle of cancellation case X?"
- "Are there any anomalies in the loaded data?"
It supports 7 ISO 20022 message types, persistent RDF storage via Oxigraph, and runs with a single Docker command:
docker run ghcr.io/mrcholis/ontology-mcp
Built for banks, fintechs, payment processors, and anyone dealing with financial message flows.
Server Config
{
"mcpServers": {
"ontology": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mrcholis/ontology-mcp"
]
}
}
}Project Info
Created At
38 minutes agoUpdated At
34 minutes agoAuthor Name
mrcholisStar
-Language
-License
-Tags
Recommend Servers
View AllTest
@modelcontextprotocol
test
6 months ago
Rierino Documentation
16 hours ago
Serper MCP Server
@garymengcom
A Serper MCP Server
Python
a year ago
Agentbrush
20 hours ago
Playwright Mcp
@microsoft
Playwright MCP server
TypeScript
10 months ago
Zoviz Mcp
17 hours ago