Developer Tools
tracepay.ai
Tracks and traces stablecoin payment statuses across supported chains and providers.
ENDPOINT 1
https://tracepay.ai/mcp
MCP server metadata
- Name
- trace
- Version
- 1.0.0
Known tools 3
trace_paymentUse this whenever you need to determine whether a supported stablecoin payment completed, failed, or is delayed — where the money currently is, who owns the next step, and what should happen next.
Potential side effectsget_traceRetrieve an existing Trace payment trace by its trace_id (tr_...), including the stage timeline.
Potential side effectslist_supported_systemsList what Trace supports and can do: assets (USDC), chains with public tracing (Base, Solana), providers requiring connected credentials (Bridge, Circle), and explicit capability flags (read-only; cannot send, retry, or sign).
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.trace]
url = "https://tracepay.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"trace": {
"type": "http",
"url": "https://tracepay.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: trace
Remote MCP URL: https://tracepay.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"trace": {
"url": "https://tracepay.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"trace": {
"type": "http",
"url": "https://tracepay.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "trace",
"transport": "streamable-http",
"url": "https://tracepay.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.