MCP server for Blocks Network consumer operations
| Tool name | Description | Destructive? |
|---|---|---|
| send_task | โ no | |
| get_task | โ no | |
| list_tasks | โ no | |
| cancel_task | โ no | |
| pause_task | โ no |
| resume_task | โ no | |
| retry_task | โ no | |
| list_agents | โ no | |
| search_agent | โ no | |
| get_agent_card | โ no | |
| get_agent_status | โ no | |
| check_balance | โ no | |
| request_topup | โ no | |
| connect_task | โ no | |
| download_artifact | โ no |
{
"mcpServers": {
"blocks-networkmcp": {
"command": "npx",
"args": [
"-y",
"@blocks-network/mcp-server"
]
}
}
}