Toffu's hosted MCP server: an AI marketing platform your agent runs end to end. No-human signup, streamable HTTP.
git clone https://github.com/toffu-ai/toffu-mcp{
"mcpServers": {
"toffu-mcp": {
"command": "node",
"args": ["/path/to/toffu-mcp/dist/index.js"]
}
}
}Resumen de MCP Servers
# Toffu MCP Server
Toffu is a full AI marketing platform your agent can run end to end: ad accounts
(Google, Meta, LinkedIn), analytics, content, campaigns, and reports. This repo
describes Toffu's hosted MCP server and how an agent connects to it.
- Hosted endpoint: `https://mcp.toffu.ai/mcp` (streamable HTTP)
- Human guide: https://toffu.ai/agents
- Machine docs: https://toffu.ai/llms.txt
## Onboard with no human
An agent can create an account and get a key in a single call, no email
required:
```bash
curl -X POST https://mcp.toffu.ai/agent/signup \
-H 'content-type: application/json' \
-d '{"company_name": "Acme"}'
```
The response includes `api_key` and `company_id`. Pass a real `email` to make
the account claimable by a human later.
## Connect
Add Toffu as an MCP server in your client with the key as a Bearer token, then
reload the client so its tools load. Do not hand-roll JSON-RPC.
Claude Code:
```bash
claude mcp add --transport http toffu https://mcp.toffu.ai/mcp \
--header "Authorization: Bearer <api_key>"
```
Generic client config (Claude Desktop, Cursor, etc.):
```json
{
"mcpServers": {
"toffu": {
"type": "streamable-http",
"url": "https://mcp.toffu.ai/mcp",
"headers": { "Authorization": "Bearer <api_key>" }
}
}
}
```
Toffu also supports OAuth 2.1 + PKCE with Dynamic Client Registration for
clients that prefer a consent flow.
## Tools
- `send_message`: delegate any marketing task in plain language
- `query_campaign_performance`: performance across connected ad platforms
- `creative_report`: Meta Ads creative performance
- `propose_change` / `apply_change` / `undo_change`: staged campaign changes
- `fetch_memory`: search the company's marketing memory
## Discovery
- Capability doc: https://toffu.ai/.well-known/toffu.json
- llms.txt: https://toffu.ai/llms.txt
## License
The contents of this repository are MIT-licensed. The Toffu service itself is
proprietary; see https://toffu.ai/terms.
Lo que la gente pregunta sobre toffu-mcp
¿Qué es toffu-ai/toffu-mcp?
+
toffu-ai/toffu-mcp es mcp servers para el ecosistema de Claude AI. Toffu's hosted MCP server: an AI marketing platform your agent runs end to end. No-human signup, streamable HTTP. Tiene 0 estrellas en GitHub y se actualizó por última vez yesterday.
¿Cómo se instala toffu-mcp?
+
Puedes instalar toffu-mcp clonando el repositorio (https://github.com/toffu-ai/toffu-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar toffu-ai/toffu-mcp?
+
toffu-ai/toffu-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene toffu-ai/toffu-mcp?
+
toffu-ai/toffu-mcp es mantenido por toffu-ai. La última actividad registrada en GitHub es de yesterday, con 0 issues abiertos.
¿Hay alternativas a toffu-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega toffu-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/toffu-ai-toffu-mcp)<a href="https://claudewave.com/repo/toffu-ai-toffu-mcp"><img src="https://claudewave.com/api/badge/toffu-ai-toffu-mcp" alt="Featured on ClaudeWave: toffu-ai/toffu-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!