MCP Response Standardizer transforms Ergo MCP API responses from inconsistent formats (JSON, Markdown, plaintext) into a standardized JSON structure for improved integration and usability across blockchain applications.
Returns a text summary of detected entities for an address using advanced address clustering algorithms.
Renders an interactive D3.js network graph visualization for entity analysis and address relationships.
{
"command": "python",
"args": ["-m", "ergo_explorer.server"],
"env": {
"ERGO_EXPLORER_API": "https://api.ergoplatform.com/api/v1",
"ERGO_NODE_API": "http://your-node-address:9053",
"ERGO_NODE_API_KEY": "your-api-key"
}
}