Skip to main content
Glama

Prism — Data Enrichment for AI Agents

Server Details

People-enrich: work email + phone, company & domain enrichment. Pay-per-call USDC, no key.

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 · MCP 2025-11-25
URL

TDQS

A3.8/5.0

Scored across 5 tools

Disambiguation3/5

Most tools are clearly distinct, but list_endpoints and pricing_info both expose endpoint and pricing details, which could cause an agent to call the wrong one. install_snippets, usage_stats, and wallet_helper have separate, well-defined purposes.

Naming Consistency3/5

All names use lowercase snake_case, but the style is mixed: install_snippets and list_endpoints follow verb_noun, while pricing_info, usage_stats, and wallet_helper are noun-based. The naming is readable but not uniform.

Tool Count4/5

Five tools is a reasonable, compact set for an onboarding and payment-helper server. However, for a server branded as 'Data Enrichment', the count reflects meta-support tooling rather than actual enrichment capabilities.

Completeness2/5

The set covers installation, endpoint discovery, pricing, usage stats, and wallet setup, but it includes no actual data-enrichment operations. Given the stated purpose, agents cannot perform the primary task through these tools.

Available Tools

5 tools
install_snippetsAInspect

Return ready-to-paste configuration snippets for installing this MCP server in Claude Code, Cursor, Cline, Continue.dev, Windsurf, and Zed. Free.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden for behavioral disclosure. It adds the trait that the tool is 'Free,' and implies it is a read-only operation returning text. It could be improved by noting that no side effects occur, but for a zero-parameter tool, this is sufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence that front-loads the action and resource, followed by a list of supported clients. The word 'Free' adds value without bloat. Every part earns its place, with zero wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that there are no parameters and no output schema, the description fully explains what the tool returns and for which clients. An agent can invoke this tool with confidence, knowing what to expect.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the baseline score is 4 per guidelines. The description does not need to add parameter information since there are none, and the schema coverage is 100% by default.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns ready-to-paste configuration snippets for installing the MCP server in specific platforms. The verb 'return' and the specific resource ('configuration snippets for installing this MCP server') make the purpose unambiguous, and it distinguishes itself from sibling tools that perform data lookups or scrapes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly tells the user when to use this tool: when they need installation snippets for the listed clients. Although it does not mention when not to use it or provide alternatives, the context of sibling tools (none similar) makes the usage guideline clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_endpointsAInspect

List all paid endpoints exposed by this MCP server with their prices and live status. Free — no wallet required. Use this first to discover what tools are available.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, but the description adequately discloses free usage, no wallet requirement, and the nature of output (paid endpoints with prices and status). Could add details about output format but not required for this simple tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences efficiently convey purpose and usage. No unnecessary words, front-loaded with key information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given zero parameters, no output schema, and straightforward functionality, the description fully covers what an agent needs to know to select and invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

No parameters, so baseline 4 per guidelines. Schema coverage is 100%, and description adds no redundant information.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool lists all paid endpoints with prices and live status, and distinguishes it from sibling tools by noting it's a discovery entry point. The verb 'list' and resource 'endpoints' are specific.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly advises 'Use this first to discover what tools are available,' providing clear context for when to invoke. Does not mention when not to use, but for a discovery tool, this is sufficient.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

pricing_infoAInspect

Return pricing details for the GoCreative Agent API — base price per call, premium endpoints, cache TTLs, and supported payment networks. Free.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It discloses that the tool is free, which is a behavioral trait. However, it lacks information about authentication, rate limits, or whether it is read-only. The description adds some value but misses important behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence plus 'Free.' It is concise, front-loaded with the main purpose, and contains no redundant information. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no parameters and no output schema, the description fairly covers the return content (base price, premium endpoints, cache TTLs, payment networks). It does not specify output format but is generally complete for a simple info tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters and schema coverage is 100%, so the description does not need to add parameter semantics. The description effectively conveys what the tool returns, adding meaning beyond the empty schema, which is appropriate for a no-parameter tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Return' and the resource 'pricing details for the GoCreative Agent API', listing specific details like base price, premium endpoints, cache TTLs, and supported payment networks. It is distinct from sibling tools, which are mostly lookup, enrich, or scrape functions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly state when to use this tool versus alternatives. While it is the only pricing tool among siblings, no usage context or exclusions are provided. The mention of 'Free' hints at cost but does not guide selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

usage_statsAInspect

Return summary stats of how this MCP server has been used (top tools called, success rate, recent activity). Free. Use to verify your own integration is hitting the right tools.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations. Description mentions it's 'Free' and returns aggregated stats, but doesn't detail data freshness, caching, or any side effects. Acceptable for a simple read-only tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences, front-loaded with key purpose, efficient and clear.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a parameterless tool with no output schema, the description sufficiently explains the return content. Missing time range or example format but acceptable.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

No parameters, and schema coverage is 100%. The description adds value by specifying what stats are included (top tools, success rate, recent activity), exceeding the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it returns summary stats of server usage (top tools, success rate, recent activity), distinctly different from sibling lookup/enrich/scrape tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly advises using it to 'verify your own integration is hitting the right tools', providing clear context. Could mention not to use for external data but sufficient.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

wallet_helperAInspect

Return step-by-step instructions for setting up x402 USDC autopay for this MCP server. Use this if a paid tool returned a 402 error or you're onboarding a new agent that needs to pay for API calls. Free.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.7/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses that the tool returns instructions (no side effects) and is free. However, it does not mention any prerequisites or limitations beyond the use cases. With no annotations, the description carries the burden and does a good job but could add more detail about what the instructions include.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise with two sentences, front-loading the purpose and then providing usage context. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no parameters, no output schema, and low complexity, the description is fully complete. It tells what the tool does and when to use it, with no missing context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has no properties, so schema coverage is 100%. The description adds meaning by explaining the tool's output and use case, which is sufficient for a parameterless tool. Baseline 4 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns step-by-step instructions for setting up x402 USDC autopay, specifying the exact purpose and resource. It distinguishes itself from sibling tools that are mostly lookup/scrape or information retrieval tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly tells when to use this tool: if a paid tool returned a 402 error or when onboarding a new agent that needs to pay for API calls. It also marks the tool as 'Free,' providing clear context for selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

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

  1. 23 tool updates
    • Removedenrich_company_profile
    • Removedenrich_domain
    • Removedenrich_email
    • Removedenrich_lite
    • Removedenrich_people
    • Removedextract_document
    • Removedextract_url
    • Removedlookup_email_validate
    • Removednews_google_search
    • Removednews_google_sentiment
    • Removednews_google_trending
    • Removednews_headlines
    • Removedprism_company
    • Removedprism_contact
    • Removedprism_places
    • Removedprism_scrape
    • Removedprism_search
    • Removedprism_social
    • Removedresearch
    • Removedresearch_papers
    • Removedsearch_github
    • Removedsearch_places
    • Removedsearch_web
  2. 23 tool updates
    • Addedenrich_company_profile
    • Addedenrich_domain
    • Addedenrich_email
    • Addedenrich_lite
    • Addedenrich_people
    • Addedextract_document
    • Addedextract_url
    • Addedlookup_email_validate
    • Addednews_google_search
    • Addednews_google_sentiment
    • Addednews_google_trending
    • Addednews_headlines
    • Addedprism_company
    • Addedprism_contact
    • Addedprism_places
    • Addedprism_scrape
    • Addedprism_search
    • Addedprism_social
    • Addedresearch
    • Addedresearch_papers
    • Addedsearch_github
    • Addedsearch_places
    • Addedsearch_web
  3. 23 tool updates
    • Removedenrich_company_profile
    • Removedenrich_domain
    • Removedenrich_email
    • Removedenrich_lite
    • Removedenrich_people
    • Removedextract_document
    • Removedextract_url
    • Removedlookup_email_validate
    • Removednews_google_search
    • Removednews_google_sentiment
    • Removednews_google_trending
    • Removednews_headlines
    • Removedprism_company
    • Removedprism_contact
    • Removedprism_places
    • Removedprism_scrape
    • Removedprism_search
    • Removedprism_social
    • Removedresearch
    • Removedresearch_papers
    • Removedsearch_github
    • Removedsearch_places
    • Removedsearch_web
  4. 23 tool updates
    • Addedenrich_company_profile
    • Addedenrich_domain
    • Addedenrich_email
    • Addedenrich_lite
    • Addedenrich_people
    • Addedextract_document
    • Addedextract_url
    • Addedlookup_email_validate
    • Addednews_google_search
    • Addednews_google_sentiment
    • Addednews_google_trending
    • Addednews_headlines
    • Addedprism_company
    • Addedprism_contact
    • Addedprism_places
    • Addedprism_scrape
    • Addedprism_search
    • Addedprism_social
    • Addedresearch
    • Addedresearch_papers
    • Addedsearch_github
    • Addedsearch_places
    • Addedsearch_web
  5. 20 tool updates
    • Removedenrich_company_profile
    • Removedenrich_domain
    • Removedenrich_email
    • Removedenrich_lite
    • Removedenrich_people
    • Removedextract_document
    • Removedextract_url
    • Removedlookup_email_validate
    • Removednews_headlines
    • Removedprism_company
    • Removedprism_contact
    • Removedprism_places
    • Removedprism_scrape
    • Removedprism_search
    • Removedprism_social
    • Removedresearch
    • Removedresearch_papers
    • Removedsearch_github
    • Removedsearch_places
    • Removedsearch_web
  6. 25 tool updates
    • First observedenrich_company_profile
    • First observedenrich_domain
    • First observedenrich_email
    • First observedenrich_lite
    • First observedenrich_people
    • First observedextract_document
    • First observedextract_url
    • First observedinstall_snippets
    • First observedlist_endpoints
    • First observedlookup_email_validate
    • First observednews_headlines
    • First observedpricing_info
    • First observedprism_company
    • First observedprism_contact
    • First observedprism_places
    • First observedprism_scrape
    • First observedprism_search
    • First observedprism_social
    • First observedresearch
    • First observedresearch_papers
    • First observedsearch_github
    • First observedsearch_places
    • First observedsearch_web
    • First observedusage_stats
    • First observedwallet_helper

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enriches person profiles from email addresses, returning full name, job title, company, social links, and location. Works as a drop-in replacement for Apollo person enrichment at lower cost.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Real-time email verification API with syntax, MX, disposable detection, role-based flags, quality score 0-100. Built for agent outreach pipelines with pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Validates phone numbers worldwide (carrier, line type, country) via single or batch requests, with pay-per-call using x402 micropayments (USDC on Base) — no API key required.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Waterfall lead enrichment for AI agents. Cascades through Apollo, Clearbit, and Hunter to build the most complete lead profile in a single call.
    6
    2
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources