Skip to main content
Glama
Cyberweasel777

botindex-mcp-server

botindex_discover

Access the complete BotIndex API catalog to explore endpoints, pricing, and descriptions for discovering and validating blockchain protocol metadata.

Instructions

Get the full BotIndex API catalog — all endpoints, pricing, descriptions. FREE.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The MCP tool registration and handler implementation for 'botindex_discover', which fetches data from the BotIndex API.
    server.tool(
      'botindex_discover',
      'Get the full BotIndex API catalog — all endpoints, pricing, descriptions. FREE.',
      {},
      async () => {
        const data = await fetchBotindex('/v1/');
        return { content: [{ type: 'text', text: toToolText(data) }] };
      },
    );

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cyberweasel777/botindex-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server