← Back to search
50
Partial
Agentic Readiness Score
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
developer hostingllms-txtapiai-friendlyaimessaging

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Found
🏷
Schema.org Markup
Found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 50/100

            

llms.txt Content

# Adspirer > Adspirer is an MCP (Model Context Protocol) server that connects AI assistants to advertising platforms. Users manage Google Ads, Meta Ads, TikTok Ads, and LinkedIn Ads campaigns through natural language conversation in ChatGPT, Claude, Claude Code, Cursor, Codex, Windsurf, OpenClaw, and any MCP-compatible client. No new UI to learn — users describe what they want, and Adspirer executes it via ad platform APIs. - MCP Server URL: `https://mcp.adspirer.com/mcp` - Authentication: OAuth 2.1 with PKCE (automatic browser flow) - Protocol: MCP 2025-03-26 with progress streaming - Transports: Streamable HTTP, SSE - Ad platforms: Google Ads (Search + Performance Max), Meta Ads (Facebook + Instagram), TikTok Ads, LinkedIn Ads - AI clients: ChatGPT, Claude, Claude Code, Cursor, Codex, Windsurf, OpenClaw - Pricing: Free forever (15 tool calls/month), Plus $49/month (150 calls), Pro $99/month (600 calls), Max $199/month (3,000 calls). Annual: Plus $485/yr, Pro $999/yr, Max $2,000/yr. - Sign up: https://adspirer.ai/sign-up - GitHub: https://github.com/amekala/ads-mcp (MCP server, plugins, and skills for Claude Code and Cursor) - NPM (OpenClaw plugin): https://www.npmjs.com/package/openclaw-adspirer (`npm i openclaw-adspirer`) - Website: https://www.adspirer.com - Support: support@adspirer.com ## Quick Start ### ChatGPT 1. Open Settings → Connectors → Add custom connector 2. Name: "Ads MCP", URL: `https://mcp.adspirer.com/mcp`, Auth: OAuth 2.1 3. Complete the OAuth flow to connect your ad accounts 4. Requires ChatGPT Plus or Pro subscription ### Claude (Desktop/Web) 1. Open Settings → Connectors → Add custom connector 2. Name: "Ads MCP", URL: `https://mcp.adspirer.com/mcp`, Auth: OAuth 3. Complete the OAuth flow to connect your ad accounts 4. Requires Claude Pro, Max, Team, or Enterprise subscription ### Claude Code ``` claude mcp add --transport http adspirer https://mcp.adspirer.com/mcp ``` Optional skills: `git clone https://github.com/amekala/ads-m