AI agents that run a marketing agency. Needs a per-agency key; open concierge at /api/a2a.
claude mcp add agencygrowth --transport http https://agencygrowth.com/api/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"agencygrowth": {
"url": "https://agencygrowth.com/api/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agencygrowth": {
"serverUrl": "https://agencygrowth.com/api/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"agencygrowth": {
"type": "http",
"url": "https://agencygrowth.com/api/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agencygrowth": {
"url": "https://agencygrowth.com/api/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"agencygrowth": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agencygrowth.com/api/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://agencygrowth.com/api/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.agencygrowth--agencygrowth/reviews or the review_server meta-tool.
POST /mcp