Skip to main content
Glama

Server Details

Revternal MCP — wraps the Revternal Developer Intelligence API

Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.

If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
pipeworx-io/mcp-revternal
GitHub Stars
0
Server Listing
Revternal MCP

TDQS

A3.9/5.0

Scored across 37 tools

Disambiguation2/5

Several tools overlap heavily: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, and deep_research all route natural-language questions to the same underlying catalog; discover_tools and suggest_questions both orient the agent; Revternal enrich/search tools and Polymarket analysis tools also have fuzzy boundaries. The descriptions try hard to distinguish them, but an agent can easily misselect among the router/research variants and market-analysis tools.

Naming Consistency4/5

Almost everything follows snake_case, and there are clear namespaced prefixes for Revternal, polymarket_, and pipeworx_ families. There are minor structural deviations (verb_noun vs noun_phrase vs domain_prefix), but the convention is readable and predictable overall.

Tool Count2/5

37 tools is heavy for a coherent MCP surface, and several are near-duplicates or experimental variants (ask_pipeworx_beta, multiple Polymarket tools, multiple Revternal enrichment tools). The server mixes a developer-intelligence domain with a universal data-routing gateway, so the count feels inflated rather than tightly scoped.

Completeness4/5

The set covers a broad agent workflow: discovery, routing, entity resolution, grounded search, memory, subscriptions, feedback, and multiple domain-specific lookups. Some lifecycle operations are absent or only partially covered, but core read/search/enrich workflows have few obvious dead ends.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • Changedentity_profile3 fields changed
      • changedInput schema / properties / type / description
        Previous value: -"Entity type. Only \"company\" supported today; person/place coming soon."New value: +"\"company\" or \"ticker\" — both are accepted and behave identically; `value` can be a ticker, CIK, or company name either way. person/place coming soon."
      • changedInput schema / properties / type / enum
        Previous value: -[
        -  "company"
        -]New value: +[
        +  "company",
        +  "ticker"
        +]
      • changedInput schema / properties / value / description
        Previous value: -"Ticker (e.g., \"AAPL\") or zero-padded CIK (e.g., \"0000320193\"). Names not supported — use resolve_entity first if you only have a name."New value: +"Ticker (e.g., \"AAPL\"), zero-padded CIK (e.g., \"0000320193\"), or company name (e.g., \"Moderna\") — names resolve via SEC EDGAR company-name match."
  2. 1 tool update
    • Changedresolve_entity1 field changed
      • changedInput schema / properties / value / description
        Previous value: -"For company: ticker (AAPL), CIK (0000320193), or name. For drug: brand or generic name (e.g., \"ozempic\", \"metformin\")."New value: +"For company: ticker (AAPL), CIK (0000320193), or name. For drug: brand or generic name (e.g., \"ozempic\", \"metformin\"). Pass the ENTITY NAME ONLY — for a bond that is the ISSUER exactly as printed (\"NEW YORK ST DORM AUTH\"), never the question's full noun phrase (\"NEW YORK ST DORM AUTH revenue bonds\"): the FIGI lookup matches instrument names, so trailing security-class words match nothing."

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP server for persistent code exploration and diff-aware review, exposing explore and review tools to map call paths, blast radius, and generate explainable risk-scored reports.
    22 npm
    2
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Generates engineering intelligence reports (standups, weekly summaries, sprint retrospectives) from GitHub and Jira data, accessible via MCP clients or CLI.
    10
    1 npm
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.