MCP Server
chainpulse — real-time crypto + prediction market data for AI agents MCP Server
in.fastdb.md/chainpulse
What is the chainpulse — real-time crypto + prediction market data for AI agents MCP server?
Crypto prices, gas, DeFi TVL, and live Polymarket odds. x402 pay-per-call, $0.001, no API key.
How to install chainpulse — real-time crypto + prediction market data for AI agents
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"chainpulse": {
"url": "https://md.fastdb.in/pulse/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"chainpulse": {
"serverUrl": "https://md.fastdb.in/pulse/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"chainpulse": {
"type": "http",
"url": "https://md.fastdb.in/pulse/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"chainpulse": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://md.fastdb.in/pulse/mcp"
]
}
}
}Claude Code
claude mcp add --transport http chainpulse https://md.fastdb.in/pulse/mcpRelated MCP servers
Web page or HTML to clean LLM-ready Markdown or JSON. x402 pay-per-call, $0.005, no API key.