API Tools
gocreativeai.com
Provides endpoints to list API details, pricing, wallet setup, install snippets, and usage statistics for a paid MCP server.
ENDPOINT 1
https://enrich.gocreativeai.com/mcp
MCP server metadata
- Name
- prism
- Version
- 1.27.1
Prism — pay-per-call data enrichment for AI agents. people-enrich returns a verified work email (with deliverability) + phone + LinkedIn from a person's name + company domain; plus company/domain enrichment, social-profile enrichment, and email validation. StableEnrich/PDL-compatible and cheaper. Each call is USDC on Base or Solana — no API key, no signup. Set GOCREATIVE_WALLET_KEY to a funded wallet to enable paid tools; list_endpoints and pricing_info are free.
Known tools 5
list_endpointsList all paid endpoints exposed by this MCP server with their prices and live status.
Inferred read-onlypricing_infoReturn pricing details for the GoCreative Agent API — base price per call, premium endpoints, cache TTLs, and supported payment networks.
Potential side effectswallet_helperReturn step-by-step instructions for setting up x402 USDC autopay for this MCP server.
Inferred read-onlyinstall_snippetsReturn ready-to-paste configuration snippets for installing this MCP server in Claude Code, Cursor, Cline, Continue.
Inferred read-onlyusage_statsReturn summary stats of how this MCP server has been used (top tools called, success rate, recent activity).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.prism]
url = "https://enrich.gocreativeai.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"prism": {
"type": "http",
"url": "https://enrich.gocreativeai.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: prism
Remote MCP URL: https://enrich.gocreativeai.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"prism": {
"url": "https://enrich.gocreativeai.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"prism": {
"type": "http",
"url": "https://enrich.gocreativeai.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "prism",
"transport": "streamable-http",
"url": "https://enrich.gocreativeai.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://omnicall.gocreativeai.com/mcp
MCP server metadata
- Name
- omnicall
- Version
- 1.27.1
Omnicall — every tool an AI agent needs, one endpoint: 247 LLMs (GPT, Claude, Gemini, Grok, DeepSeek, Llama, Qwen, Mistral), image / video / voice / music generation, live crypto / DEX / DeFi / prediction-market data, web search, X/Twitter profiles, and on-chain wallet reads. Each call is pay-per-call USDC on Base or Solana — no API key, no signup. Set GOCREATIVE_WALLET_KEY to a funded Base wallet to enable paid tools; list_endpoints and pricing_info are free.
Known tools 5
list_endpointsList all paid endpoints exposed by this MCP server with their prices and live status.
Inferred read-onlypricing_infoReturn pricing details for the GoCreative Agent API — base price per call, premium endpoints, cache TTLs, and supported payment networks.
Potential side effectswallet_helperReturn step-by-step instructions for setting up x402 USDC autopay for this MCP server.
Inferred read-onlyinstall_snippetsReturn ready-to-paste configuration snippets for installing this MCP server in Claude Code, Cursor, Cline, Continue.
Inferred read-onlyusage_statsReturn summary stats of how this MCP server has been used (top tools called, success rate, recent activity).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.omnicall]
url = "https://omnicall.gocreativeai.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"omnicall": {
"type": "http",
"url": "https://omnicall.gocreativeai.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: omnicall
Remote MCP URL: https://omnicall.gocreativeai.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"omnicall": {
"url": "https://omnicall.gocreativeai.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"omnicall": {
"type": "http",
"url": "https://omnicall.gocreativeai.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "omnicall",
"transport": "streamable-http",
"url": "https://omnicall.gocreativeai.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://predict.gocreativeai.com/mcp
MCP server metadata
- Name
- predict
- Version
- 1.27.1
Predict — live prediction-market data for AI agents: Polymarket + Kalshi market search, prices, order books, events, and trades by keyword. For trading, forecasting, and research agents. Each call is USDC on Base or Solana — no API key, no signup. Set GOCREATIVE_WALLET_KEY to a funded wallet to enable paid tools; list_endpoints and pricing_info are free.
Known tools 5
list_endpointsList all paid endpoints exposed by this MCP server with their prices and live status.
Inferred read-onlypricing_infoReturn pricing details for the GoCreative Agent API — base price per call, premium endpoints, cache TTLs, and supported payment networks.
Potential side effectswallet_helperReturn step-by-step instructions for setting up x402 USDC autopay for this MCP server.
Inferred read-onlyinstall_snippetsReturn ready-to-paste configuration snippets for installing this MCP server in Claude Code, Cursor, Cline, Continue.
Inferred read-onlyusage_statsReturn summary stats of how this MCP server has been used (top tools called, success rate, recent activity).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.predict]
url = "https://predict.gocreativeai.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"predict": {
"type": "http",
"url": "https://predict.gocreativeai.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: predict
Remote MCP URL: https://predict.gocreativeai.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"predict": {
"url": "https://predict.gocreativeai.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"predict": {
"type": "http",
"url": "https://predict.gocreativeai.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "predict",
"transport": "streamable-http",
"url": "https://predict.gocreativeai.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://api.gocreativeai.com/mcp
MCP server metadata
- Name
- gocreative-agent-api
- Version
- 1.27.1
Pay-per-call APIs for AI agents — 147 tools across social enrichment, package lookups, scrapers, finance, security, and more. Each call costs $0.005–$0.05 USDC on Base. Set GOCREATIVE_WALLET_KEY to a funded Base wallet private key to enable paid tools; the wallet_helper tool returns payment setup instructions. list_endpoints and pricing_info are free.
Known tools 172
bundle_kyb_360KYB / counterparty-risk verdict for a company in ONE call: sanctions + PEP + watchlist screen (OFAC/EU/UK/UN) + entity risk score + KYB registry dossier + legal/case-law exposure + firmographics.
Inferred read-onlydata_sanctions_screenSanctions, PEP & watchlist screen for any person or company across OFAC, EU, UK, UN + 100+ lists (OpenSanctions).
Inferred read-onlybundle_diligence_360Corporate due-diligence dossier in ONE call: firmographics + OFAC sanctions screen + entity risk score + KYB registry dossier + legal/case-law exposure.
Inferred read-onlybundle_sec_360SEC corporate-financials intelligence: company facts (XBRL financials) + recent SEC filings for any ticker/CIK.
Inferred read-onlybundle_crypto_360Full crypto snapshot in ONE call: market data + spot price + Fear & Greed sentiment + global market context + trending, for any CoinGecko coin id.
Inferred read-onlybundle_email_360Email intelligence: deliverability validation + provider/domain enrichment for any email address.
Potential side effectsbundle_domain_360Domain security/infra footprint: WHOIS registration + DNS records + TLS certificate, for any domain.
Inferred read-onlybundle_company_360Company 360: domain intelligence (DNS/WHOIS/TLS) fused with company firmographics, for any domain.
Inferred read-onlybundle_risk_360Risk & compliance 360: OFAC sanctions screen + entity risk score + KYB/vendor dossier for any company.
Inferred read-onlybundle_sales_intentSales-intent signals by industry/keyword: companies that just raised funding, won a federal contract, won a grant, or cleared FDA review.
Inferred read-onlybundle_regulatory_360Regulatory & legal landscape for a sector/term: Federal Register rulemaking + case-law + FDA device signals + federal grant signals.
Inferred read-onlybundle_device_360FDA medical-device risk dossier: 510(k) clearances + recalls + adverse events (MAUDE), for any device or manufacturer.
Inferred read-onlybundle_drug_360Drug intelligence dossier: FDA label + approval history (Drugs@FDA) + clinical trials, for any drug.
Inferred read-onlydata_clinical_trialsClinical trials for any condition, drug, or sponsor (ClinicalTrials.
Inferred read-onlydata_ip_threatIP threat-intel: open ports + known CVEs/vulnerabilities + hostnames + tags for any IP (Shodan InternetDB).
Inferred read-onlybundle_repo_360GitHub repo intelligence: repository profile + latest releases, for any owner/repo.
Inferred read-onlybundle_dev_360Developer/GitHub intelligence: account profile + top repositories for any username.
Inferred read-onlyenrich_instagramEnrich an Instagram profile with follower count, bio, business category, verified status, profile picture, and external links.
Inferred read-onlyenrich_tiktokEnrich a TikTok profile with follower count, total likes, bio, verified status, and recent post stats.
Potential side effectsenrich_xEnrich an X/Twitter profile with follower count, bio, verified status, account creation date, and tweet count.
Inferred read-onlyenrich_linkedinEnrich a public LinkedIn profile (headline, current company, experience snapshot) given the vanity slug (the part after /in/).
Inferred read-onlyenrich_threadsEnrich a Threads (Meta) profile with follower count, bio, and verified status.
Inferred read-onlyenrich_spotifyEnrich a Spotify artist profile with monthly listeners, follower count, top tracks, and genres.
Inferred read-onlyenrich_githubEnrich a GitHub user profile with public repo count, followers, hireable flag, top languages, and join date.
Inferred read-onlyenrich_companyEnrich a company with metadata (industry, employee size, founded year, logo, social links) given just a domain.
Inferred read-onlyenrich_reviewsAggregate Google Maps reviews for a local business (rating, review count, recent review snippets).
Inferred read-onlyenrich_googlereviewsAggregate Google Maps reviews by place_id with rating distribution and recent review text.
Inferred read-onlyenrich_apifyGet metadata for a public Apify actor (description, pricing, last build, recent runs).
Inferred read-onlyenrich_browserbaseHeadless-browser fetch of a URL with full JS render, returning final HTML and screenshot URL.
Inferred read-onlyenrich_browsersnapHeadless-browser screenshot of a URL, returning a CDN screenshot URL.
Inferred read-onlysearch_instagram_hashtagSearch Instagram for top posts under a hashtag (up to 30 posts with caption, likes, author).
Inferred read-onlysearch_tiktok_hashtagSearch TikTok for top videos under a hashtag (up to 30 videos with caption, views, author).
Inferred read-onlysearch_youtubeSearch YouTube and return top results (title, channel, views, published).
Inferred read-onlyposts_xFetch recent tweets from an X/Twitter user (up to 30 tweets with text, engagement, timestamps).
Inferred read-onlylookup_whoisGet WHOIS records for a domain (registrar, created date, expiration, nameservers).
Inferred read-onlylookup_githubGet GitHub repo metadata (stars, language, license, dates, default branch).
Inferred read-onlylookup_npmGet npm package metadata (latest version, weekly downloads, repo, license, maintainers).
Inferred read-onlylookup_pypiGet PyPI package metadata (latest version, summary, author, dependencies).
Inferred read-onlylookup_hnGet Hacker News top stories or a specific story by id (title, points, comments, author).
Inferred read-onlylookup_weatherGet current weather for a city (temperature, conditions, humidity, wind).
Inferred read-onlylookup_wikipediaGet a Wikipedia article summary (first paragraph, image, related links).
Inferred read-onlylookup_arxivSearch arXiv for recent papers matching a query (title, authors, abstract, PDF link).
Inferred read-onlylookup_youtubeGet YouTube video metadata (title, channel, views, likes, duration, transcript availability) by video id.
Inferred read-onlylookup_dockerhubGet Docker Hub image metadata (last push, pull count, tags, size).
Inferred read-onlylookup_redditGet a Reddit subreddit's hot posts or a specific post + comments.
Potential side effectslookup_stackoverflowSearch Stack Overflow for questions matching a query (title, votes, accepted answer link).
Inferred read-onlylookup_github_userGet a GitHub user's public profile (repos, followers, bio, hireable).
Inferred read-onlylookup_github_releasesList recent GitHub releases for a repo (tag, name, body, published).
Inferred read-onlylookup_twitchGet a Twitch channel profile (followers, last stream, partner status).
Inferred read-onlylookup_unicodeGet Unicode info for a character or codepoint (name, category, hex).
Inferred read-onlylookup_countryGet country metadata (capital, population, currency, languages, flag).
Inferred read-onlylookup_dictionaryGet a dictionary definition for an English word (meanings, examples, phonetics).
Inferred read-onlylookup_postalResolve an international postal code to city/region (format country/postal_code).
Inferred read-onlylookup_nasa_apodGet NASA's Astronomy Picture of the Day (image, title, explanation).
Inferred read-onlylookup_age_calculatorCalculate age in years/months/days from a birthdate (YYYY-MM-DD).
Inferred read-onlylookup_credit_card_validateLuhn-validate a credit-card number and detect the network.
Inferred read-onlylookup_coingeckoDetailed CoinGecko metadata for a coin (price, mcap, volume, links, dev activity).
Inferred read-onlylookup_lighthouseRun a Lighthouse audit on a URL (performance, accessibility, SEO, best-practices).
Inferred read-onlylookup_builtwithDetect the tech stack of a website (frameworks, analytics, CMS, hosting).
Inferred read-onlylookup_mxrecordsGet MX records and detect email provider (Google/Microsoft/Zoho/etc.
Potential side effectsaudit_githubAudit a GitHub repo for security signals (open CVEs in deps, last commit age, license, contributor count).
Inferred read-onlyextract_documentExtract structured data (tables, forms, invoice fields) from a document URL.
Potential side effectsscrape_amazonScrape an Amazon product (ASIN) or search query — title, price, rating, reviews, image.
Inferred read-onlyscrape_ebayScrape an eBay listing or search — title, price, condition, seller, image.
Inferred read-onlyscrape_zillowScrape Zillow real-estate listings (price, beds, baths, sqft, address).
Inferred read-onlyscrape_glassdoorScrape Glassdoor company pages (rating, reviews, salary estimates).
Inferred read-onlyscrape_crunchbaseScrape Crunchbase company profile (funding rounds, investors, founders).
Inferred read-onlyscrape_appstoreScrape Apple App Store app pages (rating, reviews, developer, size).
Inferred read-onlyscrape_chromestoreScrape Chrome Web Store extension (users, rating, version, description).
Inferred read-onlyscrape_dockerhubScrape Docker Hub image page with tag history, dockerfile signals.
Inferred read-onlylist_endpointsList all paid endpoints exposed by this MCP server with their prices and live status.
Inferred read-onlypricing_infoReturn pricing details for the GoCreative Agent API — base price per call, premium endpoints, cache TTLs, and supported payment networks.
Potential side effectswallet_helperReturn step-by-step instructions for setting up x402 USDC autopay for this MCP server.
Inferred read-onlyinstall_snippetsReturn ready-to-paste configuration snippets for installing this MCP server in Claude Code, Cursor, Cline, Continue.
Inferred read-onlyusage_statsReturn summary stats of how this MCP server has been used (top tools called, success rate, recent activity).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.gocreative-agent-api]
url = "https://api.gocreativeai.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gocreative-agent-api": {
"type": "http",
"url": "https://api.gocreativeai.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gocreative-agent-api
Remote MCP URL: https://api.gocreativeai.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"gocreative-agent-api": {
"url": "https://api.gocreativeai.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gocreative-agent-api": {
"type": "http",
"url": "https://api.gocreativeai.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gocreative-agent-api",
"transport": "streamable-http",
"url": "https://api.gocreativeai.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for gocreativeai.com was fetched 2026-07-27T22:51:00.027Z.
gocreativeai.com is assessed as VerificationRecommended: Domain has affiliate links on record
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.