← Registry

API Tools

gocreativeai.com

Provides endpoints to list API details, pricing, wallet setup, install snippets, and usage statistics for a paid MCP server.

x402 supported4 endpoints187 known toolsFirst detected June 5, 2026Last detected August 6, 2026

ENDPOINT 1

https://enrich.gocreativeai.com/mcp

No auth detected

MCP server metadata

Name
prism
Version
1.27.1
Capabilities
experimentalpromptsresourcestools
Server instructions

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_endpoints

List all paid endpoints exposed by this MCP server with their prices and live status.

Inferred read-only
pricing_info

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

Potential side effects
wallet_helper

Return step-by-step instructions for setting up x402 USDC autopay for this MCP server.

Inferred read-only
install_snippets

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

Inferred read-only
usage_stats

Return summary stats of how this MCP server has been used (top tools called, success rate, recent activity).

Inferred read-only

CONNECT 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

No auth detected

MCP server metadata

Name
omnicall
Version
1.27.1
Capabilities
experimentalpromptsresourcestools
Server instructions

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_endpoints

List all paid endpoints exposed by this MCP server with their prices and live status.

Inferred read-only
pricing_info

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

Potential side effects
wallet_helper

Return step-by-step instructions for setting up x402 USDC autopay for this MCP server.

Inferred read-only
install_snippets

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

Inferred read-only
usage_stats

Return summary stats of how this MCP server has been used (top tools called, success rate, recent activity).

Inferred read-only

CONNECT 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

No auth detected

MCP server metadata

Name
predict
Version
1.27.1
Capabilities
experimentalpromptsresourcestools
Server instructions

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_endpoints

List all paid endpoints exposed by this MCP server with their prices and live status.

Inferred read-only
pricing_info

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

Potential side effects
wallet_helper

Return step-by-step instructions for setting up x402 USDC autopay for this MCP server.

Inferred read-only
install_snippets

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

Inferred read-only
usage_stats

Return summary stats of how this MCP server has been used (top tools called, success rate, recent activity).

Inferred read-only

CONNECT 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

No auth detected

MCP server metadata

Name
gocreative-agent-api
Version
1.27.1
Capabilities
experimentalpromptsresourcestools
Server instructions

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_360

KYB / 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-only
data_sanctions_screen

Sanctions, PEP & watchlist screen for any person or company across OFAC, EU, UK, UN + 100+ lists (OpenSanctions).

Inferred read-only
ai_ask

LLM completion (standard tier, DeepSeek V3.

Inferred read-only
ai_pro

LLM completion (frontier tier, Claude 4.

Inferred read-only
ai_ultra

LLM completion (ultra tier, Claude Opus 4.

Inferred read-only
bundle_diligence_360

Corporate due-diligence dossier in ONE call: firmographics + OFAC sanctions screen + entity risk score + KYB registry dossier + legal/case-law exposure.

Inferred read-only
bundle_sec_360

SEC corporate-financials intelligence: company facts (XBRL financials) + recent SEC filings for any ticker/CIK.

Inferred read-only
bundle_crypto_360

Full crypto snapshot in ONE call: market data + spot price + Fear & Greed sentiment + global market context + trending, for any CoinGecko coin id.

Inferred read-only
bundle_email_360

Email intelligence: deliverability validation + provider/domain enrichment for any email address.

Potential side effects
bundle_domain_360

Domain security/infra footprint: WHOIS registration + DNS records + TLS certificate, for any domain.

Inferred read-only
bundle_company_360

Company 360: domain intelligence (DNS/WHOIS/TLS) fused with company firmographics, for any domain.

Inferred read-only
bundle_risk_360

Risk & compliance 360: OFAC sanctions screen + entity risk score + KYB/vendor dossier for any company.

Inferred read-only
bundle_sales_intent

Sales-intent signals by industry/keyword: companies that just raised funding, won a federal contract, won a grant, or cleared FDA review.

Inferred read-only
bundle_regulatory_360

Regulatory & legal landscape for a sector/term: Federal Register rulemaking + case-law + FDA device signals + federal grant signals.

Inferred read-only
bundle_device_360

FDA medical-device risk dossier: 510(k) clearances + recalls + adverse events (MAUDE), for any device or manufacturer.

Inferred read-only
bundle_drug_360

Drug intelligence dossier: FDA label + approval history (Drugs@FDA) + clinical trials, for any drug.

Inferred read-only
data_clinical_trials

Clinical trials for any condition, drug, or sponsor (ClinicalTrials.

Inferred read-only
data_ip_threat

IP threat-intel: open ports + known CVEs/vulnerabilities + hostnames + tags for any IP (Shodan InternetDB).

Inferred read-only
bundle_repo_360

GitHub repo intelligence: repository profile + latest releases, for any owner/repo.

Inferred read-only
bundle_dev_360

Developer/GitHub intelligence: account profile + top repositories for any username.

Inferred read-only
enrich_instagram

Enrich an Instagram profile with follower count, bio, business category, verified status, profile picture, and external links.

Inferred read-only
enrich_tiktok

Enrich a TikTok profile with follower count, total likes, bio, verified status, and recent post stats.

Potential side effects
enrich_x

Enrich an X/Twitter profile with follower count, bio, verified status, account creation date, and tweet count.

Inferred read-only
enrich_linkedin

Enrich a public LinkedIn profile (headline, current company, experience snapshot) given the vanity slug (the part after /in/).

Inferred read-only
enrich_threads

Enrich a Threads (Meta) profile with follower count, bio, and verified status.

Inferred read-only
enrich_spotify

Enrich a Spotify artist profile with monthly listeners, follower count, top tracks, and genres.

Inferred read-only
enrich_github

Enrich a GitHub user profile with public repo count, followers, hireable flag, top languages, and join date.

Inferred read-only
enrich_company

Enrich a company with metadata (industry, employee size, founded year, logo, social links) given just a domain.

Inferred read-only
enrich_reviews

Aggregate Google Maps reviews for a local business (rating, review count, recent review snippets).

Inferred read-only
enrich_googlereviews

Aggregate Google Maps reviews by place_id with rating distribution and recent review text.

Inferred read-only
enrich_apify

Get metadata for a public Apify actor (description, pricing, last build, recent runs).

Inferred read-only
enrich_browserbase

Headless-browser fetch of a URL with full JS render, returning final HTML and screenshot URL.

Inferred read-only
enrich_browsersnap

Headless-browser screenshot of a URL, returning a CDN screenshot URL.

Inferred read-only
search_instagram_hashtag

Search Instagram for top posts under a hashtag (up to 30 posts with caption, likes, author).

Inferred read-only
search_tiktok_hashtag

Search TikTok for top videos under a hashtag (up to 30 videos with caption, views, author).

Inferred read-only
search_youtube

Search YouTube and return top results (title, channel, views, published).

Inferred read-only
posts_x

Fetch recent tweets from an X/Twitter user (up to 30 tweets with text, engagement, timestamps).

Inferred read-only
lookup_zip

Resolve a US ZIP code to city, state, latitude, and longitude.

Inferred read-only
lookup_whois

Get WHOIS records for a domain (registrar, created date, expiration, nameservers).

Inferred read-only
lookup_crypto

Get live crypto price + 24h change for a symbol (BTC, ETH, SOL, etc.

Inferred read-only
lookup_ip

Geolocate an IP address (country, city, ISP, lat/lon, timezone).

Inferred read-only
lookup_exchange

Get a live FX rate from base→target (3-letter ISO currency codes).

Inferred read-only
lookup_holiday

List public holidays for a country and year (ISO-2 country code).

Inferred read-only
lookup_timezone

Get the current local time and UTC offset for an IANA timezone (e.

Inferred read-only
lookup_dns

Resolve DNS records (A, AAAA, MX, TXT, NS) for a domain.

Inferred read-only
lookup_github

Get GitHub repo metadata (stars, language, license, dates, default branch).

Inferred read-only
lookup_npm

Get npm package metadata (latest version, weekly downloads, repo, license, maintainers).

Inferred read-only
lookup_pypi

Get PyPI package metadata (latest version, summary, author, dependencies).

Inferred read-only
lookup_hn

Get Hacker News top stories or a specific story by id (title, points, comments, author).

Inferred read-only
lookup_weather

Get current weather for a city (temperature, conditions, humidity, wind).

Inferred read-only
lookup_wikipedia

Get a Wikipedia article summary (first paragraph, image, related links).

Inferred read-only
lookup_arxiv

Search arXiv for recent papers matching a query (title, authors, abstract, PDF link).

Inferred read-only
lookup_youtube

Get YouTube video metadata (title, channel, views, likes, duration, transcript availability) by video id.

Inferred read-only
lookup_dockerhub

Get Docker Hub image metadata (last push, pull count, tags, size).

Inferred read-only
lookup_reddit

Get a Reddit subreddit's hot posts or a specific post + comments.

Potential side effects
lookup_stackoverflow

Search Stack Overflow for questions matching a query (title, votes, accepted answer link).

Inferred read-only
lookup_crates

Get crates.

Inferred read-only
lookup_gomodule

Get Go module metadata (latest version, repo, license).

Inferred read-only
lookup_bluesky

Get a Bluesky profile (followers, bio, post count, avatar).

Potential side effects
lookup_hn_user

Get a Hacker News user profile (karma, about, created).

Inferred read-only
lookup_github_user

Get a GitHub user's public profile (repos, followers, bio, hireable).

Inferred read-only
lookup_github_gist

Get a GitHub Gist (files, owner, description).

Inferred read-only
lookup_github_releases

List recent GitHub releases for a repo (tag, name, body, published).

Inferred read-only
lookup_twitch

Get a Twitch channel profile (followers, last stream, partner status).

Inferred read-only
lookup_mastodon

Get a Mastodon profile by full handle@instance.

Inferred read-only
lookup_open_library

Search Open Library for books (title, author, year, ISBN).

Inferred read-only
lookup_mdn

Search MDN Web Docs for a web-platform API or topic.

Inferred read-only
lookup_rubygem

Get RubyGems package metadata (version, downloads, repo).

Inferred read-only
lookup_packagist

Get Packagist (Composer/PHP) package metadata.

Inferred read-only
lookup_steam

Get Steam game metadata (name, price, reviews, release date).

Inferred read-only
lookup_itunes

Search the iTunes/App Store catalog (apps, music, podcasts).

Inferred read-only
lookup_lemmy

Get a Lemmy community's recent posts.

Inferred read-only
lookup_anilist

Search AniList for anime/manga metadata.

Inferred read-only
lookup_food_barcode

Look up a food product by UPC/EAN barcode (Open Food Facts).

Inferred read-only
lookup_unicode

Get Unicode info for a character or codepoint (name, category, hex).

Inferred read-only
lookup_country

Get country metadata (capital, population, currency, languages, flag).

Inferred read-only
lookup_random_image

Get a random placeholder image URL by category.

Inferred read-only
lookup_random_quote

Get a random quote (author + text).

Inferred read-only
lookup_currency_historical

Get a historical FX rate.

Inferred read-only
lookup_random_user

Generate a random fake user (name, email, address, photo).

Potential side effects
lookup_color_palette

Generate a complementary color palette from a seed hex code.

Inferred read-only
lookup_joke

Get a random clean joke.

Inferred read-only
lookup_advice

Get a random piece of advice.

Inferred read-only
lookup_dictionary

Get a dictionary definition for an English word (meanings, examples, phonetics).

Inferred read-only
lookup_unsplash_search

Search Unsplash for high-quality stock photos by query.

Inferred read-only
lookup_postal

Resolve an international postal code to city/region (format country/postal_code).

Inferred read-only
lookup_iban

Validate an IBAN and decode bank/country/account.

Inferred read-only
lookup_ssl_cert

Inspect a domain's TLS certificate (issuer, expiry, SANs).

Inferred read-only
lookup_oembed

Resolve an oEmbed payload for a URL (YouTube, Twitter, Vimeo etc.

Inferred read-only
lookup_translate

Translate text via free LibreTranslate.

Inferred read-only
lookup_emoji

Search emojis by keyword (returns unicode + shortcode + category).

Inferred read-only
lookup_nasa_apod

Get NASA's Astronomy Picture of the Day (image, title, explanation).

Inferred read-only
lookup_pokemon

Get Pokemon metadata (stats, types, abilities, sprite).

Inferred read-only
lookup_dog_breed

Get info + image for a dog breed.

Inferred read-only
lookup_beer

Search craft-beer metadata (name, brewery, abv, ibu, style).

Inferred read-only
lookup_geocode

Forward-geocode an address to lat/lon.

Inferred read-only
lookup_reverse_geocode

Reverse-geocode lat,lon to a human address.

Inferred read-only
lookup_json_validate

Validate a JSON document and return errors.

Inferred read-only
lookup_hash

Hash a string (md5/sha1/sha256).

Inferred read-only
lookup_password_strength

Score a password's strength (zxcvbn-style).

Inferred read-only
lookup_uuid

Generate v4 UUIDs.

Inferred read-only
lookup_qr_code

Generate a QR code data URL for arbitrary text.

Inferred read-only
lookup_lorem

Generate Lorem Ipsum filler text.

Inferred read-only
lookup_user_agent_parse

Parse a User-Agent string into browser, OS, device.

Inferred read-only
lookup_url_unfurl

Unfurl a URL into og:title, og:description, og:image.

Inferred read-only
lookup_word_count

Count words, sentences, and reading time for a text.

Inferred read-only
lookup_color_contrast

Calculate WCAG color-contrast ratio between two hex colors.

Inferred read-only
lookup_email_validate

Validate an email address (syntax + MX-record check).

Potential side effects
lookup_base64

Encode or decode base64.

Inferred read-only
lookup_url_encode

URL-encode or decode a string.

Inferred read-only
lookup_jwt_decode

Decode a JWT (header + claims, no verify).

Inferred read-only
lookup_age_calculator

Calculate age in years/months/days from a birthdate (YYYY-MM-DD).

Inferred read-only
lookup_credit_card_validate

Luhn-validate a credit-card number and detect the network.

Inferred read-only
lookup_useragents_top

Get the top 50 real-world browser User-Agent strings.

Inferred read-only
lookup_coingecko

Detailed CoinGecko metadata for a coin (price, mcap, volume, links, dev activity).

Inferred read-only
lookup_cve

Look up a CVE (description, CVSS, references, affected products).

Inferred read-only
lookup_ipinfo

Detailed IP info including ASN, org, abuse contact.

Inferred read-only
lookup_asn

Get ASN metadata (org, country, CIDR ranges).

Inferred read-only
lookup_sslstatus

Check a domain's TLS certificate validity, expiry, and grading.

Inferred read-only
lookup_lighthouse

Run a Lighthouse audit on a URL (performance, accessibility, SEO, best-practices).

Inferred read-only
lookup_pagespeed

Get Google PageSpeed Insights score for a URL.

Inferred read-only
lookup_builtwith

Detect the tech stack of a website (frameworks, analytics, CMS, hosting).

Inferred read-only
lookup_similarweb

Get website traffic estimates (visits, sources, top countries).

Inferred read-only
lookup_domainage

Get a domain's age (creation date, age in years).

Inferred read-only
lookup_mxrecords

Get MX records and detect email provider (Google/Microsoft/Zoho/etc.

Potential side effects
lookup_spfrecord

Get and parse the SPF TXT record for a domain.

Inferred read-only
audit_github

Audit a GitHub repo for security signals (open CVEs in deps, last commit age, license, contributor count).

Inferred read-only
extract_document

Extract structured data (tables, forms, invoice fields) from a document URL.

Potential side effects
scrape_amazon

Scrape an Amazon product (ASIN) or search query — title, price, rating, reviews, image.

Inferred read-only
scrape_ebay

Scrape an eBay listing or search — title, price, condition, seller, image.

Inferred read-only
scrape_yelp

Scrape Yelp business pages (rating, review count, hours, categories).

Inferred read-only
scrape_zillow

Scrape Zillow real-estate listings (price, beds, baths, sqft, address).

Inferred read-only
scrape_indeed

Scrape Indeed job listings (title, company, salary, location).

Inferred read-only
scrape_glassdoor

Scrape Glassdoor company pages (rating, reviews, salary estimates).

Inferred read-only
scrape_producthunt

Scrape a Product Hunt launch (upvotes, makers, comments).

Inferred read-only
scrape_reddit

Scrape a Reddit post or subreddit (title, score, comments).

Potential side effects
scrape_crunchbase

Scrape Crunchbase company profile (funding rounds, investors, founders).

Inferred read-only
scrape_airbnb

Scrape Airbnb listings (price, rating, host, amenities).

Inferred read-only
scrape_booking

Scrape Booking.

Inferred read-only
scrape_walmart

Scrape Walmart products (price, rating, availability).

Inferred read-only
scrape_etsy

Scrape Etsy listings (price, seller, reviews).

Inferred read-only
scrape_aliexpress

Scrape AliExpress products (price, shipping, seller rating).

Inferred read-only
scrape_tripadvisor

Scrape TripAdvisor places (rating, reviews, photos).

Inferred read-only
scrape_redfin

Scrape Redfin real-estate listings.

Inferred read-only
scrape_pinterest

Scrape Pinterest pins by query (image, link, board).

Inferred read-only
scrape_medium

Scrape a Medium article or user profile (title, claps, text).

Inferred read-only
scrape_substack

Scrape Substack publication metadata + recent posts.

Inferred read-only
scrape_telegram

Scrape a public Telegram channel's recent posts.

Inferred read-only
scrape_fbpage

Scrape a Facebook Page (followers, about, recent posts).

Inferred read-only
scrape_binance

Get a Binance ticker (last price, 24h volume, change).

Inferred read-only
scrape_coinbase

Get a Coinbase ticker.

Inferred read-only
scrape_uniswap

Get Uniswap token-pool data (price, liquidity, volume).

Inferred read-only
scrape_polygon

Get a Polygon.

Inferred read-only
scrape_yahoo

Get Yahoo Finance ticker data (price, mcap, P/E, summary).

Inferred read-only
scrape_sec

Search SEC EDGAR for company filings (10-K, 10-Q, 8-K).

Inferred read-only
scrape_wikipedia

Scrape a full Wikipedia page (sections, infobox, references).

Inferred read-only
scrape_wikidata

Get a Wikidata entity (claims, properties, links).

Inferred read-only
scrape_imdb

Scrape an IMDb title (rating, cast, plot, release).

Inferred read-only
scrape_letterboxd

Scrape Letterboxd (user diary, film stats, ratings).

Inferred read-only
scrape_goodreads

Scrape Goodreads books (rating, reviews, author).

Inferred read-only
scrape_steam

Scrape Steam game pages (reviews, price, system reqs).

Inferred read-only
scrape_appstore

Scrape Apple App Store app pages (rating, reviews, developer, size).

Inferred read-only
scrape_googleplay

Scrape Google Play app pages (rating, installs, developer).

Inferred read-only
scrape_chromestore

Scrape Chrome Web Store extension (users, rating, version, description).

Inferred read-only
scrape_firefoxstore

Scrape Firefox Add-ons (users, rating, version).

Inferred read-only
scrape_vscode

Scrape VS Code Marketplace extension (installs, rating, publisher).

Inferred read-only
scrape_dockerhub

Scrape Docker Hub image page with tag history, dockerfile signals.

Inferred read-only
list_endpoints

List all paid endpoints exposed by this MCP server with their prices and live status.

Inferred read-only
pricing_info

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

Potential side effects
wallet_helper

Return step-by-step instructions for setting up x402 USDC autopay for this MCP server.

Inferred read-only
install_snippets

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

Inferred read-only
usage_stats

Return summary stats of how this MCP server has been used (top tools called, success rate, recent activity).

Inferred read-only

CONNECT 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.

Trust status VerificationRecommended

gocreativeai.com is assessed as VerificationRecommended: Domain has affiliate links on record

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.