← brunosan.de
INDIVIDUAL MCP TOOL
get_event_graph
Return all article, coin, entity and monetary-signal edges of an event.
LIVE ENDPOINT
https://crypto.mcp.brunosan.de/mcp
Connect to this endpoint to inspect the live schema for get_event_graph and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.brunosan-crypto-intelligence]
url = "https://crypto.mcp.brunosan.de/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"brunosan-crypto-intelligence": {
"type": "http",
"url": "https://crypto.mcp.brunosan.de/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: brunosan-crypto-intelligence
Remote MCP URL: https://crypto.mcp.brunosan.de/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": {
"brunosan-crypto-intelligence": {
"url": "https://crypto.mcp.brunosan.de/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"brunosan-crypto-intelligence": {
"type": "http",
"url": "https://crypto.mcp.brunosan.de/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "brunosan-crypto-intelligence",
"transport": "streamable-http",
"url": "https://crypto.mcp.brunosan.de/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
crypto_search— Full-text search across crypto news articles from 100+ sources.crypto_trending— Top crypto signal clusters ranked by Intelligence Score.crypto_get_entity— Deep entity profile: organization, protocol, regulator, or exchange.crypto_daily_digest— Complete daily crypto intelligence snapshot.crypto_get_sources— Complete feed registry with quality scores for all curated crypto sources.crypto_search_entities— Search entity candidates detected in crypto news radar.crypto_signal_velocity— Signal DNA: the complete birth story of a crypto intelligence signal.crypto_source_intelligence— Source Fingerprint: which domain is the best early warning signal per event type?