Official MCP (Model Context Protocol) client adapter for connecting AI agents to the RoboSystems Financial Knowledge Graph API. Access comprehensive financial data including accounting transactions, financial reports, and advanced graph analytics through the Model Context Protocol.
- Workspace Management - Create isolated environments for experimentation
- MCP-compliant server for Claude Desktop and other AI agents
- Streaming support for memory-efficient processing of large result sets
- Connection pooling for optimal SSE performance
- Smart caching for frequently accessed schemas and metadata
- Automatic retry logic with exponential backoff
- Real-time progress tracking for long-running operations
Add to your MCP servers configuration:
{
"mcpServers": {
"robosystems": {
"command": "npx",
"args": ["-y", "@robosystems/mcp"],
"env": {
"ROBOSYSTEMS_API_URL": "https://api.robosystems.ai",
"ROBOSYSTEMS_API_KEY": "rfs...",
"ROBOSYSTEMS_GRAPH_ID": "kg..."
}
}
}
}| Variable | Description | Example |
|---|---|---|
ROBOSYSTEMS_API_URL |
The RoboSystems API endpoint | https://api.robosystems.ai |
ROBOSYSTEMS_API_KEY |
Your API key | rfs... |
ROBOSYSTEMS_GRAPH_ID |
The primary graph database ID (parent for workspaces) | kg... or sec |
This project is licensed under the MIT License - see the LICENSE file for details.
MIT © 2025 RFS LLC