Skip to main content
Glama

Server Details

Capability registry for the agentic economy. Semantic search over verified MCP server listings.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Changedsearch_registry1 field changed
      • changedInput schema / properties / category / enum
        Previous value: -[
        -  "developer-tools",
        -  "data",
        -  "ai-models",
        -  "infra",
        -  "productivity",
        -  "other"
        -]New value: +[
        +  "developer-tools",
        +  "data",
        +  "ai-models",
        +  "infra",
        +  "web",
        +  "security",
        +  "automation",
        +  "productivity",
        +  "communication",
        +  "commerce",
        +  "payments",
        +  "finance",
        +  "marketing",
        +  "other"
        +]
  2. 1 tool update
    • Changedsearch_registry4 fields changed
      • addedInput schema / properties / excludeFlags
        Added value: +{
        +  "description": "Comma-separated flags to exclude across all tiers (drift, vuln).",
        +  "type": "string"
        +}
      • addedInput schema / properties / paid
        Added value: +{
        +  "description": "Filter by paid status (comma-list): paid (x402 pay-per-call), gated (account/key), open (free), unknown. Only observed listings carry this; attested read 'unknown'.",
        +  "type": "string"
        +}
      • addedInput schema / properties / tags
        Added value: +{
        +  "description": "Filter by derived domain tags (comma-list, matches any), e.g. crypto,ads,ai.",
        +  "type": "string"
        +}
      • addedInput schema / properties / trust
        Added value: +{
        +  "default": "observed_clean",
        +  "description": "Trust tier filter: attested_only (owner-registered only), observed_clean (default: attested plus unflagged observed listings), or observed_any (everything, flags inline). Every result carries a trust label.",
        +  "enum": [
        +    "attested_only",
        +    "observed_clean",
        +    "observed_any"
        +  ],
        +  "type": "string"
        +}
  3. 3 tool updates
    • First observedget_listing
    • First observedlist_categories
    • First observedsearch_registry

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Finds the right MCP server for a task from over 1,400 indexed servers ranked by community trust. Also provides outcome-ranked web search for AI agents with no API key or rate limits.
    4
    -
  • A
    license
    Not graded
    quality
    F
    maintenance
    Tool search engine for AI agents. One API call to discover the best MCP server for any task. 900+ services indexed with 4-dimensional value ranking.
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables agents to discover, compare, and install other MCP servers using natural language tasks, backed by a searchable index of thousands of servers.
    6
    115
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool serves a distinct purpose: get_listing retrieves a specific registry item, list_categories provides taxonomy for filtering, and search_registry performs semantic queries. There is no overlap in their functions, making tool selection straightforward.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: get_listing, list_categories, search_registry. The naming is predictable and clearly communicates the action and target resource.

Tool Count5/5

With only three tools, the server is tightly scoped for a read-only registry search service. Every tool is necessary and no redundant functionality is present.

Completeness5/5

The tools cover the core operations for a registry index: browsing categories, searching, and retrieving details by ID. There are no obvious dead ends or missing critical features for the stated purpose.

Resources