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
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- src/index.ts:152-160 (handler)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) }] }; }, );