FeedMob MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FeedMob MCP ServerShow me the daily performance metrics for campaign ID 12345"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FeedMob MCP Server
MCP (Model Context Protocol) server for the FeedMob Assistant Internal API. Enables AI assistants like Claude to access FeedMob data.
Quick Start
Using npx (Recommended)
# Set your API token
export FEEDMOB_API_TOKEN="your-api-token-here"
# Run directly with npx
npx feedmob-mcp-serverGlobal Installation
npm install -g feedmob-mcp-server
# Then run
feedmob-mcp-serverLocal Development
git clone https://github.com/hlee/femini-tokyo-mcp.git
cd femini-tokyo-mcp
npm install
npm run build
node dist/index.jsRelated MCP server: Cyoda Calculation Node MCP
Environment Variables
export FEEDMOB_API_TOKEN="your-api-token-here"
export FEEDMOB_API_BASE_URL="https://assistant.feedmob.ai" # Optional, this is the defaultClaude for Desktop Configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"feedmob": {
"command": "npx",
"args": ["feedmob-mcp-server"],
"env": {
"FEEDMOB_API_TOKEN": "your-token"
}
}
}
}Available Tools
Tool | Description |
| List clients with filters |
| Get client details by ID |
| List client documents |
| List partners with filters |
| Get partner details by ID |
| List partner categories |
| List partner documents |
| List campaigns with filters |
| Get campaign details by ID |
| List playbooks |
| Get playbook with items |
| Get playbook item content |
| List mobile apps |
| Get mobile app details |
| List click URLs |
| Get click URL by legacy ID |
| Get daily metrics time-series |
| List organizational pods |
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceProvides AI assistants with access to AegisX UI components, CRUD generator commands, development patterns, and API contract discovery tools. It enables developers to browse component documentation, build generation commands, and test authenticated API endpoints through the Model Context Protocol.20MIT

Cyoda Calculation Node MCPofficial
AlicenseBqualityDmaintenanceEnables AI assistants to interact with Cyoda platform entities and workflows through the Model Context Protocol, supporting entity management, workflow execution, and data synchronization.131Apache 2.0- Alicense-qualityDmaintenanceEnables AI assistants to interact with Fleet Device Management for device management, security monitoring, and compliance enforcement through the Model Context Protocol.5MIT

Fireblocks MCP Serverofficial
Alicense-qualityCmaintenanceEnables AI assistants to securely interact with Fireblocks services through the Model Context Protocol, supporting transaction management, vault and exchange account queries, network connections, and workspace user management.8010MIT
Related MCP Connectors
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Social media analytics, video analysis, and competitor intel for any MCP-compatible AI agent.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hlee/femini-tokyo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server