GoCreative Agent API
io.github.ColinHughes2121/gocreative-agent-apiPay-per-call social enrichment + 140+ lookups for AI agents. x402 + USDC on Base.
Tools · 8
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.
Get a TikTok profile's followers, bio, verified status, and post stats. Args: username: TikTok handle without the @ sign. Cost: $0.05 USDC.
Get an X/Twitter profile's followers, bio, verified status, post count. Args: username: X handle without the @ sign. Cost: $0.05 USDC.
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, he…
Get top Instagram posts for a hashtag (up to 30 posts). Args: hashtag: hashtag text without the # sign. Cost: $0.05 USDC.
Get top TikTok videos for a hashtag (up to 30 videos). Args: hashtag: hashtag text without the # sign. Cost: $0.05 USDC.
Get recent tweets from an X/Twitter user (up to 30). Args: username: X handle without the @ sign. Cost: $0.05 USDC.
List all available paid endpoints and their current prices. Free call (no payment required) — just queries the API directory.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"gocreative_agent_api": {
"url": "https://api.gocreativeai.com/mcp",
"transport": "streamable-http"
}
}
}