Leedlime Leedlime
Open Standard Integration

Give your AI agents eyes and ears.

The Leedlime MCP (Model Context Protocol) Server exposes our real-time social listening and intent data directly to capable AI agents like Claude Desktop and Cursor.

claude-desktop_config.json
{
  "mcpServers": {
    "leedlime": {
      "command": "npx",
      "args": [
        "-y",
        "@leedlime/mcp-server"
      ],
      "env": {
        "LEEDLIME_API_KEY": "sk_live_..."
      }
    }
  }
}

What can your agents do?

The MCP server provides powerful tools that your LLMs can call autonomously.

Fetch Latest Mentions

Allow agents to query the latest high-intent mentions for any assigned keyword across Reddit.

Analyze Sentiment

Pass raw text to the MCP server to have our specialized B2B intent model score the lead probability.

Generate Drafts

Context-aware tools to help your local agents draft perfect, non-spammy replies to SaaS complaints.

Platform-Specific MCP Servers