Connect agents to the Aurato Graph.
The Aurato Model Context Protocol (MCP) server provides tools that AI agents can use to interact with the payment entities, metrics, relationships, evidence and change history available throughout the Aurato Graph.
Payments context, built for agents.
The Aurato MCP server gives compatible assistants a structured way to find payment records, retrieve canonical entities and follow their relationships without scraping Atlas pages. Tool responses use the same Aurato IDs and source-linked evidence as the REST API, so agent output and product integrations stay aligned.
{
"mcpServers": {
"aurato": {
"url": "https://mcp.aurato.com"
}
}
}Manage MCP access and sessions
OAuth lets you authorize and revoke agent access without putting an Aurato key in the client configuration. Each connection is scoped to your Aurato account and plan.
- 1Authorize a client
Review the requested access on the Aurato consent page and approve the connection.
- 2Review active sessions
See which assistants are connected, when they were authorized and when they last accessed the Graph.
- 3Revoke access
End one client session without affecting your other agents, API keys or MCP tokens.
Set up Aurato MCP with a plugin
RecommendedAurato's agent plugin configures the MCP server, installs Aurato-maintained skills and keeps both up to date for compatible assistants.
- 1Install the Aurato CLI
Add the latest Aurato agent tooling to your environment.
- 2Run agent setup
The setup command detects supported clients and configures the plugin for each one.
- 3Authorize Aurato
Complete OAuth in your browser to make the Graph tools available to the agent.
npm install -g @aurato/cli@latest aurato agent setup
Manually set up Aurato MCP
If your client does not support the Aurato plugin, connect it directly to the remote MCP endpoint.
Cursor
Add this remote server to ~/.cursor/mcp.json. Cursor opens the Aurato OAuth flow when the connection is first used.
{
"mcpServers": {
"aurato": {
"url": "https://mcp.aurato.com"
}
}
}Tools
The initial Aurato MCP surface is read-only and organized around the same records, evidence model and change history as the Graph API.
| Resource | Tool | Description |
|---|---|---|
| Search | search_aurato | Find payment records across supported Aurato entity types. |
| Entities | get_entity | Retrieve a canonical entity by Aurato ID, including typed attributes. |
| Metrics | get_measurements | Read current and historical measurements with periods, units and notes. |
| Relationships | get_relationships | Follow links between methods, markets, schemes, systems and other records. |
| Evidence | get_evidence | Retrieve source-linked support for entities, claims and measurements. |
| Changes | get_change_history | Inspect additions, updates and other Graph changes over time. |
Skills for agents
Aurato-maintained skills give coding agents reusable guidance for choosing canonical records, interpreting payment measurements, traversing relationships and preserving evidence in their output.
Install skills with the plugin
RecommendedThe Aurato plugin installs the MCP connection and skills together, then keeps them synchronized with the latest Graph guidance.
Manually install agent skills
Install the skills separately when you configure the MCP server by hand. Manual installations need to be updated explicitly.
npx skills add https://aurato.com