Revternal
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
Scored across 37 tools
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.
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.
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.
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 tool update
- Changed
entity_profile3 fields changed- changed
Input schema / properties / type / descriptionPrevious 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." - changed
Input schema / properties / type / enumPrevious value: -[ - "company" -]New value: +[ + "company", + "ticker" +] - changed
Input schema / properties / value / descriptionPrevious 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."
1 tool update
- Changed
resolve_entity1 field changed- changed
Input schema / properties / value / descriptionPrevious 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
Auto.dev MCP — wraps the Auto.dev automotive data API (auto.dev)
Shovels MCP — wraps the Shovels.ai API (shovels.ai)
GitHub MCP — wraps the GitHub public REST API (no auth required for public endpoints)
42matters MCP — wraps the 42matters App Market Data API (42matters.com)
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceRepository intelligence MCP server for structural code analysis, dependency graphs, call graphs, symbol search, impact analysis, and repository-aware AI.5MIT
- FlicenseNot gradedqualityBmaintenanceMCP server for AI DevTool workflow, exposing tools and resources for code review, repository chat, and repository operations.1-
- AlicenseNot gradedqualityAmaintenanceMCP 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 npm2MIT
- AlicenseAqualityCmaintenanceGenerates engineering intelligence reports (standups, weekly summaries, sprint retrospectives) from GitHub and Jira data, accessible via MCP clients or CLI.101 npmMIT
Glama MCP Gateway
Add one secure layer between your agents and this server.