C

chainstack.com

Chainstack is a leading blockchain infrastructure providing company. Build, run and scale blockchain applications using Chainstack nodes.

6action
https://chainstack.com/

live · Developer Tools · JSON · API for agents

Tools 6 tools

chainstack.get_site_infoaction

Return public Chainstack website metadata and key entry points.

View tool JSON
{
  "name": "chainstack.get_site_info",
  "kind": "action",
  "impl": "imperative",
  "description": "Return public Chainstack website metadata and key entry points.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
chainstack.search_contentaction

Search public Chainstack website content and return matching titles, URLs, and content types.

View tool JSON
{
  "name": "chainstack.search_content",
  "kind": "action",
  "impl": "imperative",
  "description": "Search public Chainstack website content and return matching titles, URLs, and content types.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Search query."
      },
      "limit": {
        "type": "integer",
        "description": "Maximum number of results to return. Defaults to 5.",
        "minimum": 1,
        "maximum": 10
      }
    },
    "required": [
      "query"
    ],
    "additionalProperties": false
  },
  "page": "/"
}
chainstack.list_productsaction

Return public Chainstack product areas with canonical website URLs.

View tool JSON
{
  "name": "chainstack.list_products",
  "kind": "action",
  "impl": "imperative",
  "description": "Return public Chainstack product areas with canonical website URLs.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
chainstack.get_mcp_serversaction

Return public Chainstack MCP server endpoint, discovery, and documentation links.

View tool JSON
{
  "name": "chainstack.get_mcp_servers",
  "kind": "action",
  "impl": "imperative",
  "description": "Return public Chainstack MCP server endpoint, discovery, and documentation links.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
chainstack.get_pricing_linksaction

Return public Chainstack pricing and sales contact links.

View tool JSON
{
  "name": "chainstack.get_pricing_links",
  "kind": "action",
  "impl": "imperative",
  "description": "Return public Chainstack pricing and sales contact links.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
chainstack.get_contact_optionsaction

Return public Chainstack contact, community, and support entry points.

View tool JSON
{
  "name": "chainstack.get_contact_options",
  "kind": "action",
  "impl": "imperative",
  "description": "Return public Chainstack contact, community, and support entry points.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}