Skip to main content
Glama
Cyberweasel777

botindex-mcp-server

agorion_providers

Lists all providers in the Agorion discovery network along with their service counts, enabling discovery and validation of blockchain ecosystem data.

Instructions

List all providers registered in the Agorion discovery network with their service counts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Implementation and registration of the 'agorion_providers' tool.
    server.tool(
      'agorion_providers',
      'List all providers registered in the Agorion discovery network with their service counts.',
      {},
      async () => {
        const res = await fetch(`${AGORION_URL}/providers`);
        const data = await res.json();
        return { content: [{ type: 'text', text: JSON.stringify(data, null, 2) }] };
      },
    );

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