find_rpc
ActiveTool of mcp-chainlist
declared in 0.1.0
Return RPC endpoints for a chain. https_only=true filters out ws:// + http:// only.
Parameters schema
{
"type": "object",
"examples": [
{
"https_only": true,
"chain_id_or_short_name": "eth"
},
{
"chain_id_or_short_name": "matic"
}
],
"required": [
"chain_id_or_short_name"
],
"properties": {
"https_only": {
"type": "boolean",
"description": "Default true"
},
"chain_id_or_short_name": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-chainlist
https://github.com/pipeworx-io/mcp-chainlist
2/7 registries