General Tools
mcpvot.xyz
Provides access to various public data sources including weather, news, drug information, sports scores, and academic papers.
ENDPOINT 1
https://mcpvot.xyz/api/mcp
MCP server metadata
- Name
- mcpvot
- Version
- 2.0.0
MCPVOT hosts 8 paid + 1 free data tools for AI agents. Paid via x402 (USDC on Base): search_blockchain_data ($0.01), score_agent_wallet ($0.02), get_dex_prices ($0.01), get_crypto_asset ($0.01), search_web ($0.01), get_race_results ($0.02), lookup_driver ($0.01), search_hosted_races ($0.02). get_ecosystem_status is free. When a paid tool is called through the MCP server, it returns the 402 payment requirement in an isError tool result; the agent (or a x402-aware MCP client) must sign the USDC transfer on Base and retry with the X-PAYMENT header against the x402 route directly. See the mcpvot://x402/guide resource for the full payment flow. MCP WALLET: Connect your wallet at https://mcpvot.xyz/wallet, sign a one-time USDC Permit, and get a Session-Token. Pass it as Session-Token header on MCP requests to bypass x402 entirely — no agent wallet needed.
Known tools 5
get_race_resultsFull iRacing race results including finish order (P1, P2, P3), laps completed, incidents, iRating changes, and weather/track info.
Inferred read-onlylookup_driverLook up an iRacing driver profile by customer ID — iRating, license class, safety rating, career stats (starts, wins, top5s, avg finish, avg incidents).
Inferred read-onlysearch_hosted_racesSearch iRacing hosted race results by date range, driver, or session name.
Inferred read-onlyget_ecosystem_statusGet mcpvot.xyz server health, available x402 services, and MCP endpoint info.
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.mcpvot]
url = "https://mcpvot.xyz/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcpvot": {
"type": "http",
"url": "https://mcpvot.xyz/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcpvot
Remote MCP URL: https://mcpvot.xyz/api/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": {
"mcpvot": {
"url": "https://mcpvot.xyz/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcpvot": {
"type": "http",
"url": "https://mcpvot.xyz/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcpvot",
"transport": "streamable-http",
"url": "https://mcpvot.xyz/api/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 mcpvot.xyz was fetched 2026-08-01T07:26:26.126Z and is being refreshed.
mcpvot.xyz 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.