Skip to main content
Glama
Cyberweasel777

botindex-mcp-server

agorion_stats

Retrieve aggregate statistics for the Agorion discovery network, including total providers, services, and capabilities breakdown.

Instructions

Get aggregate stats for the Agorion discovery network: total providers, services, capabilities breakdown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The registration and implementation handler for the 'agorion_stats' tool. It fetches data from the AGORION_URL/stats endpoint and returns it as JSON.
    server.tool(
      'agorion_stats',
      'Get aggregate stats for the Agorion discovery network: total providers, services, capabilities breakdown.',
      {},
      async () => {
        const res = await fetch(`${AGORION_URL}/stats`);
        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