Q

quicknode.com

Tools & infra to build and scale high-quality blockchain applications.

5action
https://www.quicknode.com/

live · Developer Tools · JSON · API for agents

Tools 5 tools

quicknode_get_pricingaction

Get Quicknode pricing information and available plans.

View tool JSON
{
  "name": "quicknode_get_pricing",
  "kind": "action",
  "impl": "imperative",
  "description": "Get Quicknode pricing information and available plans.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "required": []
  },
  "page": "/"
}
quicknode_list_chainsaction

List all blockchain networks and chains supported by Quicknode (80+ chains, 130+ networks).

View tool JSON
{
  "name": "quicknode_list_chains",
  "kind": "action",
  "impl": "imperative",
  "description": "List all blockchain networks and chains supported by Quicknode (80+ chains, 130+ networks).",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "required": []
  },
  "page": "/"
}
quicknode_search_guidesaction

Search Quicknode developer guides and documentation.

View tool JSON
{
  "name": "quicknode_search_guides",
  "kind": "action",
  "impl": "imperative",
  "description": "Search Quicknode developer guides and documentation.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Search query"
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/"
}
quicknode_create_endpointaction

Get information on how to create a Quicknode RPC endpoint — either via the dashboard or autonomously via the Agent Subscription API.

View tool JSON
{
  "name": "quicknode_create_endpoint",
  "kind": "action",
  "impl": "imperative",
  "description": "Get information on how to create a Quicknode RPC endpoint — either via the dashboard or autonomously via the Agent Subscription API.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "required": []
  },
  "page": "/"
}
quicknode_get_agent_infoaction

Get machine-readable agent capabilities, authentication methods (x402, MPP, API key, OAuth2), and skill definitions for the Quicknode Blockchain Agent.

View tool JSON
{
  "name": "quicknode_get_agent_info",
  "kind": "action",
  "impl": "imperative",
  "description": "Get machine-readable agent capabilities, authentication methods (x402, MPP, API key, OAuth2), and skill definitions for the Quicknode Blockchain Agent.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "required": []
  },
  "page": "/"
}