MCP Public APIs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_categoriesA | List all available API categories present in the public-apis index. |
| query_apis | Search and filter the public-apis index. Args: keyword: Substring to match against API name or description. category: Filter by category name (e.g. "Finance", "Books", "Animals"). auth: Filter by auth type: "apiKey", "OAuth", or "" for none. no_auth: If True, return only APIs that require no authentication. https: If True, return only HTTPS APIs; if False, only HTTP-only. cors: Filter by CORS support: "yes", "no", or "unknown". Returns a JSON array of matching APIs with fields: name, url, description, auth, https, cors, category. |
| update_indexA | Re-download the public-apis README from GitHub and rebuild the index. Use this if the index seems stale or empty. Returns a summary of how many APIs were loaded. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/Attilio81/MCP_PUBLIC_APIS'
If you have feedback or need assistance with the MCP directory API, please join our Discord server