Skip to main content
Glama
hlee

FeedMob MCP Server

by hlee

FeedMob MCP Server

MCP (Model Context Protocol) server for the FeedMob Assistant Internal API. Enables AI assistants like Claude to access FeedMob data.

npm version

Quick Start

# Set your API token
export FEEDMOB_API_TOKEN="your-api-token-here"

# Run directly with npx
npx feedmob-mcp-server

Global Installation

npm install -g feedmob-mcp-server

# Then run
feedmob-mcp-server

Local Development

git clone https://github.com/hlee/femini-tokyo-mcp.git
cd femini-tokyo-mcp
npm install
npm run build
node dist/index.js

Related 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 default

Claude 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

List clients with filters

get_client

Get client details by ID

list_client_documents

List client documents

list_partners

List partners with filters

get_partner

Get partner details by ID

list_partner_categories

List partner categories

list_partner_documents

List partner documents

list_campaigns

List campaigns with filters

get_campaign

Get campaign details by ID

list_playbooks

List playbooks

get_playbook

Get playbook with items

get_playbook_item

Get playbook item content

list_mobile_apps

List mobile apps

get_mobile_app

Get mobile app details

list_click_urls

List click URLs

get_click_url

Get click URL by legacy ID

get_daily_metrics

Get daily metrics time-series

list_pods

List organizational pods

License

MIT

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    C
    maintenance
    Provides 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.
    20
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to interact with Cyoda platform entities and workflows through the Model Context Protocol, supporting entity management, workflow execution, and data synchronization.
    13
    1
    Apache 2.0
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to interact with Fleet Device Management for device management, security monitoring, and compliance enforcement through the Model Context Protocol.
    5
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables 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.
    80
    10
    MIT

View all related MCP servers

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…

View all MCP Connectors

Latest Blog Posts

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