com.gocreativeai.enrich/prism
Official25 toolsPrism — Data Enrichment for AI Agents
People-enrich: work email + phone, company & domain enrichment. Pay-per-call USDC, no key.
Enriches people and company data with email, phone, and domain information.
Captured live from the server via tools/list.
enrich_company_profile
Firmographic company profile — legal entity, HQ location, funding signals, government-contractor status from public sour Cost: $0.005–$0.05 USDC on Base per call.
Parameters (1)
- argstringrequired
enrich_domain
Domain intelligence — DNS records, WHOIS registration, TLS certificate footprint (issuer, subdomains). Lead enrichment + Cost: $0.005–$0.05 USDC on Base per call.
Parameters (1)
- argstringrequired
search_web
Web search — ranked results (title, URL, snippet) for any query. The core agent discovery primitive for lead-gen, prospe Cost: $0.005–$0.05 USDC on Base per call.
Parameters (1)
- argstringrequired
search_github
GitHub repository discovery — top repos by stars (name, language, description, forks, topics) for any keyword. For dev a Cost: $0.005–$0.05 USDC on Base per call.
Parameters (1)
- argstringrequired
search_places
Place/address geocoding (OpenStreetMap) — full address, category, lat/lng for any landmark/location. For maps, logistics Cost: $0.005–$0.05 USDC on Base per call.
Parameters (1)
- argstringrequired
extract_url
Any web URL -> clean LLM-ready markdown (title + main content, boilerplate stripped). The retrieval/RAG primitive for ag Cost: $0.005–$0.05 USDC on Base per call.
Parameters (1)
- argstringrequired
enrich_lite
All-in-one company enrichment — domain, social, people, places, contact data in one call. StableEnrich-compatible + gov/ Cost: $0.005–$0.05 USDC on Base per call.
Parameters (1)
- argstringrequired
prism_search
Prism Search — AI web search for any query: ranked results with titles, URLs and snippets. Keyless pay-per-call, $0.01 ( Cost: $0.005–$0.05 USDC on Base per call.
Parameters (1)
- argstringrequired
prism_scrape
Prism Scrape — turn any URL into clean structured content (title, text, metadata, links). Keyless, $0.01 (undercuts comp Cost: $0.005–$0.05 USDC on Base per call.
Parameters (1)
- argstringrequired
prism_places
Prism Places — business places & locations for a name or query (address, category, coordinates). Keyless, $0.01 (undercu Cost: $0.005–$0.05 USDC on Base per call.
Parameters (1)
- argstringrequired
prism_contact
Prism Contact — find a person's likely work email from name + company domain, ranked by pattern frequency with live MX v Cost: $0.005–$0.05 USDC on Base per call.
Parameters (1)
- argstringrequired
prism_company
Prism Company — firmographic enrichment for any domain: legal entity, DNS/WHOIS, TLS and web footprint. Keyless, $0.01. Cost: $0.005–$0.05 USDC on Base per call.
Parameters (1)
- argstringrequired
prism_social
Prism Social — public social profile lookup by handle (display name, bio, follower/post counts). Keyless, $0.01. Cost: $0.005–$0.05 USDC on Base per call.
Parameters (1)
- argstringrequired
enrich_people
Work-email + phone finder — give a person's name + company domain (e.g. 'Patrick Collison stripe.com'), get their verifi Cost: $0.005–$0.05 USDC on Base per call.
Parameters (1)
- argstringrequired
research
Multi-platform meta-search — web, GitHub, Hacker News, Stack Overflow, arXiv, academic papers, Wikipedia, news in ONE ca Cost: $0.005–$0.05 USDC on Base per call.
Parameters (1)
- argstringrequired
enrich_email
Work-email finder — person name + company domain → ranked email guesses by real-world frequency + live MX validation. Hu Cost: $0.005–$0.05 USDC on Base per call.
Parameters (1)
- argstringrequired
news_headlines
Recent news headlines for a topic (title, source, published date, link) via Google News. Monitoring primitive for agents Cost: $0.005–$0.05 USDC on Base per call.
Parameters (1)
- argstringrequired
research_papers
Recent academic papers for a query (title, authors, journal, year, DOI, citations) via Crossref's 150M+ work index. Cost: $0.005–$0.05 USDC on Base per call.
Parameters (1)
- argstringrequired
lookup_email_validate
Email deliverability check — syntax validation + live DNS/MX lookup confirming the domain can receive mail, returning th Cost: $0.005–$0.05 USDC on Base per call.
Parameters (1)
- argstringrequired
extract_document
Structured document extraction — pull clean text, tables, forms and invoice fields from a PDF or document URL into LLM-r Cost: $0.005–$0.05 USDC on Base per call.
Parameters (1)
- argstringrequired
list_endpoints
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.
No parameters.
pricing_info
Return pricing details for the GoCreative Agent API — base price per call, premium endpoints, cache TTLs, and supported payment networks. Free.
No parameters.
wallet_helper
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.
No parameters.
install_snippets
Return ready-to-paste configuration snippets for installing this MCP server in Claude Code, Cursor, Cline, Continue.dev, Windsurf, and Zed. Free.
No parameters.
usage_stats
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.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"prism": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://enrich.gocreativeai.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.