Skip to main content
Glama
zazencodes

Public APIs MCP

by zazencodes

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_public_apisC

Search for free public APIs that match the input query string.

get_public_api_detailsA

Get detailed information about a specific API by its unique public-apis-mcp server ID

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
list_apis

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one searches for APIs using a query string, and the other retrieves detailed information by a specific ID. There is no overlap or ambiguity.

Naming Consistency5/5

Both tool names follow the consistent verb_noun pattern ('search_public_apis', 'get_public_api_details'), making them predictable and easy to understand.

Tool Count4/5

With only 2 tools, the server is slightly under-scoped for a general 'Public APIs' domain. However, the two tools cover the essential operations of search and detail retrieval, which may be sufficient for the intended use case.

Completeness4/5

The tool set covers the core functionalities of searching and getting details for public APIs. While missing operations like listing all APIs or browsing categories, the search tool effectively mitigates those gaps, making the surface reasonably complete.

Maintenance

ActivityInactive
ResponsivenessNo issues