Skip to content

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 with AI agents such as Claude, ChatGPT, Cursor, and more.

License

Notifications You must be signed in to change notification settings

RoboFinSystems/robosystems-mcp-client

Repository files navigation

RoboSystems MCP Client

npm version License: MIT

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.

Features

  • 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

Quick Start

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..."
      }
    }
  }
}

Environment Variables

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

Resources

Support

License

This project is licensed under the MIT License - see the LICENSE file for details.

MIT © 2025 RFS LLC

About

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 with AI agents such as Claude, ChatGPT, Cursor, and more.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •