Security & Testing
402rates.com
Provides free synthetic test cases and bounded agent test runs with retries, attempt limits, and partial results.
ENDPOINT 1
https://api.402rates.com/mcp/compass
MCP server metadata
- Name
- 402rates-compass
- Version
- 0.2.0
Known tools 11
list_agent_test_casesFree catalogue of versioned synthetic cases: unavailable confirmation, retry credits and attempt limits, and partial results with continuation.
Inferred read-onlydescribe_agent_testFree description of a versioned synthetic task, its limits and coverage.
Inferred read-onlyexecute_test_actionExecute the selected case's action: synthetic order, retry attempt, page retrieval or result submission.
Potential side effectscheck_payment_termsFree inspection of supplied x402 v1/v2 payment terms against the SDK schema and optional network, asset, recipient and atomic budget constraints.
Potential side effectsfind_x402_resourceSearches the x402 resource catalogue and returns matching paid endpoints with their price, the chains they accept, and their 30-day usage from the catalogue's own counters: total calls, distinct paying addresses, the ratio between the two, and days since the last payment.
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.402rates-compass]
url = "https://api.402rates.com/mcp/compass"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"402rates-compass": {
"type": "http",
"url": "https://api.402rates.com/mcp/compass"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 402rates-compass
Remote MCP URL: https://api.402rates.com/mcp/compass
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": {
"402rates-compass": {
"url": "https://api.402rates.com/mcp/compass"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"402rates-compass": {
"type": "http",
"url": "https://api.402rates.com/mcp/compass"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "402rates-compass",
"transport": "streamable-http",
"url": "https://api.402rates.com/mcp/compass"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://api.402rates.com/mcp/rates
MCP server metadata
- Name
- 402rates-rates
- Version
- 0.1.0
Known tools 9
compare_rwa_snapshotsFree comparison of two supplied 402rates Treasury snapshots: yield, issuer divergence, source identifiers, calculation windows and data availability.
Inferred read-onlyget_rwa_instrumentReturns the free frozen-contract state view for one tracked tokenized treasury: identity, Open Treasury Yield Basis result or explicit unavailable reason, issuer-term evidence cells, verified deployments and evidence dates.
Inferred read-onlyget_rwa_historyReturns free normalized observations for one tracked instrument, one reconstructible recorder source and one inclusive date window.
Inferred read-onlycheapest_settlement_chainReturns only the single cheapest chain for a USDC transfer right now, its total transaction fee in USD, the scope of that figure and how long it stays valid.
Potential side effectscompare_settlement_costsMeasured USDC transfer costs on Base, Polygon, Arbitrum, Ethereum and XDC: simulated gas, current token prices, fresh chain heads and applicable rollup L1 fees.
Potential side effectsget_rwa_yieldsRealised 30-day yields for 13 tokenized treasury funds under the Open Treasury Yield Basis.
Inferred read-onlyget_rwa_instrumentsComplete evidence snapshot for 13 tokenized treasury funds: yield or gap, measured size, subscription/redemption minimums, fees, settlement, access conditions, chain conflicts, quotes, URLs and dates.
Inferred read-onlyCONNECT 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.402rates-rates]
url = "https://api.402rates.com/mcp/rates"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"402rates-rates": {
"type": "http",
"url": "https://api.402rates.com/mcp/rates"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 402rates-rates
Remote MCP URL: https://api.402rates.com/mcp/rates
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": {
"402rates-rates": {
"url": "https://api.402rates.com/mcp/rates"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"402rates-rates": {
"type": "http",
"url": "https://api.402rates.com/mcp/rates"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "402rates-rates",
"transport": "streamable-http",
"url": "https://api.402rates.com/mcp/rates"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for 402rates.com was fetched 2026-09-12T10:30:05.102Z.
402rates.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.