Model Context Protocol
Give your AI enterprise memory
Connect Claude, Cursor, or any LLM to your enterprise data. Query federation partners. Pay per query.
npm install @metalogue/mcp-serverModel Context Protocol
Native MCP server for Claude, Cursor, and any LLM host.
Federation Gateway
Query partner AI systems through the B2B transaction network.
Zero Infrastructure
Connect your data sources. We handle the rest.
Intent-Aware Access
SHIELD controls what AI can access based on query intent.
Quick Start
mcp.config.json
{
"mcpServers": {
"metalogue": {
"command": "npx",
"args": ["@metalogue/mcp-server"],
"env": {
"METALOGUE_API_KEY": "your-api-key"
}
}
}
}Add to your Claude Desktop or Cursor configuration. View full documentation →