Skip to main content
Glama
koalyptus

ls-apis-mcp

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
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search-apisA

Search public APIs from the ls-apis dataset. Filter by query, category, auth type, and limit results.

list-categoriesA

List all API categories with the count of APIs in each, sorted by popularity.

list-providersA

List all data providers with the count of APIs contributed by each, sorted by popularity.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Full API DatasetComplete aggregated API dataset with all entries
API CategoriesAll API categories with the count of APIs in each
API ProvidersAll data providers with the count of APIs contributed by each
Dataset StatisticsSummary statistics about the API dataset

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: listing categories, listing providers, and searching APIs. There is no ambiguity or overlap between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (list-categories, list-providers, search-apis). The naming is predictable and uniform.

Tool Count5/5

With 3 tools, the server is well-scoped for its purpose of exploring an API dataset. Each tool serves a distinct function without unnecessary bloat.

Completeness4/5

The tool set covers the core operations for browsing and searching the dataset: listing categories, providers, and filtering APIs. A minor gap might be a tool to get details on a specific API, but the search tool can retrieve relevant results.

Maintenance

ActivityActive
ResponsivenessNo issues