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"]
}
}
}MCP Servers overview
# 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.
What people ask about toffu-mcp
What is toffu-ai/toffu-mcp?
+
toffu-ai/toffu-mcp is mcp servers for the Claude AI ecosystem. Toffu's hosted MCP server: an AI marketing platform your agent runs end to end. No-human signup, streamable HTTP. It has 0 GitHub stars and was last updated yesterday.
How do I install toffu-mcp?
+
You can install toffu-mcp by cloning the repository (https://github.com/toffu-ai/toffu-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is toffu-ai/toffu-mcp safe to use?
+
toffu-ai/toffu-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.
Who maintains toffu-ai/toffu-mcp?
+
toffu-ai/toffu-mcp is maintained by toffu-ai. The last recorded GitHub activity is from yesterday, with 0 open issues.
Are there alternatives to toffu-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy toffu-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](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>More 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!