The Traffi MCP Server exposes your entire traffic generation stack as AI tools. Claude, Cursor, Windsurf — any MCP client can now scan URLs, generate articles, and check AI visibility on your behalf.
Give your AI agent complete control over the Traffi content pipeline — from first scan to published article.
Choose your client below. All clients need a Traffi API key from your settings.
// ~/.config/claude/claude_desktop_config.json { "mcpServers": { "traffi": { "command": "npx", "args": ["-y", "traffi-mcp"], "env": { "TRAFFI_API_KEY": "tk_your_api_key_here" } } } }
// .cursor/mcp.json (or Windsurf: .windsurf/mcp.json) { "mcpServers": { "traffi": { "command": "npx", "args": ["-y", "traffi-mcp"], "env": { "TRAFFI_API_KEY": "tk_your_api_key_here" } } } }
# HTTP endpoint for remote MCP clients # POST https://traffi.app/api/mcp curl -X POST https://traffi.app/api/mcp \ -H "Content-Type: application/json" \ -H "X-MCP-API-Key: tk_your_api_key_here" \ -d '{ "jsonrpc": "2.0", "id": 1, "method": "tools/list", "params": {} }' # For Streamable HTTP clients, use: # MCP_SERVER_URL=https://traffi.app/api/mcp
# Run directly with npx (no install needed) TRAFFI_API_KEY=tk_your_api_key npx -y traffi-mcp # Or install globally npm install -g traffi-mcp # Then run TRAFFI_API_KEY=tk_your_api_key traffi-mcp
tk_ — copy it immediately (it won't be shown again).TRAFFI_API_KEY in your MCP client config. The key authenticates as your account and inherits your plan permissions.Free trial included. No credit card. Get your API key and connect in minutes.
Get Started Free →