# GoCreative Agent API MCP server

Pay-per-call social enrichment + 140+ lookups for AI agents. x402 + USDC on Base.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-colinhughes2121-gocreative-agent-api
- Website: https://api.gocreativeai.com

## Install
- Endpoint: https://api.gocreativeai.com/mcp
- Auth: Not captured

## Setup notes
- Remote header: X-Wallet-Key (secret)
- Remote endpoint: https://api.gocreativeai.com/mcp
- Header: X-Wallet-Key

## Tools
- enrich_instagram - Get an Instagram profile's followers, bio, business category, verified status, etc.

Args:
    username: Instagram handle without the @ sign.

Cost: $0.05 USDC.
Returns: ProfileResponse dict.
 Endpoint: https://api.gocreativeai.com/mcp
- enrich_tiktok - Get a TikTok profile's followers, bio, verified status, and post stats.

Args:
    username: TikTok handle without the @ sign.

Cost: $0.05 USDC.
 Endpoint: https://api.gocreativeai.com/mcp
- enrich_x - Get an X/Twitter profile's followers, bio, verified status, post count.

Args:
    username: X handle without the @ sign.

Cost: $0.05 USDC.
 Endpoint: https://api.gocreativeai.com/mcp
- enrich_linkedin - Get a LinkedIn profile (headline, company, experience snapshot).

Args:
    username: LinkedIn vanity URL slug (e.g. 'satyanadella' for /in/satyanadella).

Cost: $0.15 USDC (LinkedIn data is gated, hence the higher price).
 Endpoint: https://api.gocreativeai.com/mcp
- search_instagram_hashtag - Get top Instagram posts for a hashtag (up to 30 posts).

Args:
    hashtag: hashtag text without the # sign.

Cost: $0.05 USDC.
 Endpoint: https://api.gocreativeai.com/mcp
- search_tiktok_hashtag - Get top TikTok videos for a hashtag (up to 30 videos).

Args:
    hashtag: hashtag text without the # sign.

Cost: $0.05 USDC.
 Endpoint: https://api.gocreativeai.com/mcp
- get_recent_tweets - Get recent tweets from an X/Twitter user (up to 30).

Args:
    username: X handle without the @ sign.

Cost: $0.05 USDC.
 Endpoint: https://api.gocreativeai.com/mcp
- list_endpoints - List all available paid endpoints and their current prices.

Free call (no payment required) — just queries the API directory.
 Endpoint: https://api.gocreativeai.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.ColinHughes2121
- Version: 1.27.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 26, 2026
- Source: https://registry.modelcontextprotocol.io
