Analytics
agentmarginrouter.com
Provides tools for structured web data extraction and live crypto market analytics, including cross-exchange spreads, gas fees, token prices, and EVM wallet balances.
ENDPOINT 1
https://agent-margin-router-production.up.railway.app/mcp
MCP server metadata
- Name
- agent-margin-router
- Version
- 0.1.0
Pay-per-call data tools for AI agents. First call is free with a `wallet` (3 free calls per wallet); afterwards pay $0.05 per call in USDC or USDT on Base via x402 (`x_payment`). Use `payment_info` to get the exact payment requirements.
Known tools 18
extract_cleanStructured JSON extraction from any public URL (HTML, PDF, JS-rendered pages).
Inferred read-onlymarket_spreadLive cross-exchange crypto spread with slippage-adjusted net edge for a given trade size.
Potential side effectsgas_feesLive EIP-1559 gas fees (slow/standard/fast tiers) plus USD cost per transaction type (transfer, ERC-20 transfer, swap, NFT mint) for Base, Ethereum, Arbitrum, Optimism and Polygon.
Potential side effectstoken_priceMulti-venue median spot price for any major crypto asset (Binance, Coinbase, Kraken, CoinGecko) with min/max, deviation and confidence score – one call instead of four.
Inferred read-onlywallet_balanceNative + stablecoin balances (ETH, USDC, USDT, DAI, WETH) of any EVM wallet with USD valuation, read directly from public RPC nodes on Base, Ethereum, Arbitrum, Optimism or Polygon.
Inferred read-onlyweb_searchLive web search results (title, URL, domain, snippet) for any query, key-less, region-aware.
Inferred read-onlyemail_validateValidate an email address: RFC syntax, MX/A records via DNS-over-HTTPS, disposable and free-provider detection, role-account flag, deliverability score and verdict.
Potential side effectsdns_whoisDNS records (A, AAAA, MX, NS, TXT, CNAME, SOA, CAA) via DNS-over-HTTPS plus RDAP/WHOIS registration data (registrar, created/expires, status, nameservers, DNSSEC).
Inferred read-onlypdf_textExtract clean text (per page + full) and metadata from any public PDF URL up to 25 MB / 200 pages.
Inferred read-onlyseo_checkOn-page SEO audit of any URL: title, meta description, canonical, headings, images without alt, links, Open Graph, structured data, robots.
Inferred read-onlydefi_yieldsLive DeFi pool yields (APY, TVL, stablecoin flag) across 100+ chains and protocols from DefiLlama.
Inferred read-onlycurrency_convertFiat currency conversion with ECB reference rates (30+ currencies): amount, source currency, one or many targets.
Inferred read-onlygeo_ipIP geolocation for IPv4/IPv6: country, region, city, coordinates, timezone, ASN, ISP/org, EU flag, private-range detection.
Inferred read-onlycrypto_ohlcvHistorical OHLCV candles for any major crypto pair (Binance, Coinbase fallback): intervals 1m-1w, up to 500 candles, with period summary (high, low, volume, change %).
Inferred read-onlyens_resolveResolve an ENS name to its Ethereum address plus text records (url, com.
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.agent-margin-router]
url = "https://agent-margin-router-production.up.railway.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-margin-router": {
"type": "http",
"url": "https://agent-margin-router-production.up.railway.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-margin-router
Remote MCP URL: https://agent-margin-router-production.up.railway.app/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": {
"agent-margin-router": {
"url": "https://agent-margin-router-production.up.railway.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-margin-router": {
"type": "http",
"url": "https://agent-margin-router-production.up.railway.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-margin-router",
"transport": "streamable-http",
"url": "https://agent-margin-router-production.up.railway.app/mcp"
}
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 railway.app was fetched 2026-09-24T22:25:30.993Z.
railway.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.