MCP Overview
Connect System R finance tools to MCP-compatible AI clients.
What is MCP
The Model Context Protocol (MCP) is an open standard for connecting AI clients to external tools. System R AI exposes developer finance tools through MCP so compatible clients can discover tools, read input schemas, and call structured finance operations.
Why use MCP
MCP is useful when an agent needs callable finance operations inside the same workflow as its reasoning layer. Instead of hard-coding every REST call, the client can:
- Discover available tools through MCP.
- Read tool descriptions and input schemas.
- Call tools with structured arguments.
- Use structured outputs in the next step of the workflow.
Server details
| Property | Value |
|---|---|
| Server name | systemr-api-toolkit |
| Transport | SSE or streamable HTTP where supported |
| URL | https://agents.systemr.ai/mcp/sse |
| Authentication | API key in session metadata |
Tool coverage
The current tool list should be discovered from the MCP server or the REST tool catalog. Public docs should not be treated as the exact source of current tool names, counts, schemas, or pricing.
System R finance tools are generally organized around:
- Risk and sizing
- Performance diagnostics
- Journal and memory workflows
- Market structure analysis from supplied or supported data
- Scenario planning
- Asset or research context where supported or supplied
- Billing and usage visibility
Billing via MCP
System R AI uses usage-based credits for paid workflows. Metering can depend on the operation, provider path, and current billing rules. Check the pricing docs and live billing endpoints before production use.
Trust boundary
System R AI is software for decision support. It is not a financial advisor, broker, or signal service, and it does not guarantee profits. AI outputs can be wrong, and users remain responsible for decisions.
Next steps
See MCP Configuration for setup instructions with Claude Desktop, Cursor, and other MCP clients.
| Python SDK | pip install systemr |
| MCP Server | agents.systemr.ai/mcp/sse |
| OpenAPI Spec | agents.systemr.ai/v1/openapi.json |
| Machine Docs | agents.systemr.ai/llms.txt |
| GitHub | System-R-AI |
| X | @Systemrai |
| YouTube | @systemr_ai |
| hello@systemr.ai | |
| Phone | 628 333 6693 |
| Address | 7901 4TH ST N, STE 28529, ST PETERSBURG, FL 33702 |
| Terms | Terms of Service |
| Privacy | Privacy Policy |
| Security | Security Policy |