Skip to main content

MCP server to search and discover connectors from AgentHotspot.com marketplace

Project description

AgentHotspot Logo

AgentHotspot MCP Server

๐Ÿ” Search 6,000+ MCP connectors directly from your AI agent

AgentHotspot License Python MCP

Features โ€ข Quick Start โ€ข Installation โ€ข Usage โ€ข Contributing

agenthotspot.com


๐ŸŒŸ What is AgentHotspot?

AgentHotspot a marketplace for AI agent developers. It provides:

  • ๐Ÿ”Œ 6,000+ curated MCP connectors ready to connect and integrate for agent builders
  • ๐Ÿš€ One-click integration with Claude Desktop, OpenAI Agents, n8n, and more
  • ๐Ÿ’ฐ Instant Monetization tools for MCP connector creators
  • ๐Ÿ“Š Analytics dashboard to track usage and performance

This MCP server allows your AI agents to search and discover oss connectors from the AgentHotspot marketplace.


โœจ Features

  • ๐Ÿ” Search Connectors โ€” Query the AgentHotspot catalog with natural language
  • ๐Ÿ“ฆ Lightweight โ€” Minimal dependencies, easy to install
  • ๐Ÿ”ง MCP Compatible โ€” Works with any MCP-compatible client

๐Ÿ“ฆ Installation

Prerequisites

  • Python 3.10+
  • An MCP-compatible client (Claude Desktop, OpenAI Agents SDK, custom agents, etc.)

From Source

git clone https://github.com/AgentHotspot/agenthotspot-mcp.git
cd agenthotspot-mcp

# Install dependencies
pip install -r requirements.txt

# Install module
pip install -e .

๐Ÿ”ง Usage

Run the Server Independently

# Run directly
python3 -m agenthotspot_mcp

# Or using the script
python3 src/agenthotspot_mcp/server.py

With Claude Desktop

Add this configuration to your Claude Desktop config file:

macOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agenthotspot": {
      "command": "python3",
      "args": ["-m", "agenthotspot_mcp"]
    }
  }
}

With LangChain

import asyncio
from langchain_mcp_adapters.client import MultiServerMCPClient

async def main():
    client = MultiServerMCPClient({
        "agenthotspot": {
            "transport": "stdio",
            "command": "python3",
            "args": ["-m", "agenthotspot_mcp"],
        }
    })
    tools = await client.get_tools()
    print(tools)

    # Remaining code ... 
    # (see examples/langchain_example.py for full agent example)

asyncio.run(main())

๐Ÿ—‚๏ธ Project Structure

agenthotspot-mcp/
โ”œโ”€โ”€ src/
โ”‚   โ””โ”€โ”€ agenthotspot_mcp/
โ”‚       โ”œโ”€โ”€ __init__.py      # Package exports
โ”‚       โ”œโ”€โ”€ __main__.py      # Entry point
โ”‚       โ””โ”€โ”€ server.py        # MCP server implementation
โ”œโ”€โ”€ examples/
โ”‚   โ”œโ”€โ”€ claude_config.json   # Claude Desktop config example
โ”‚   โ””โ”€โ”€ langchain_example.py # Python langchain usage example
โ”œโ”€โ”€ pyproject.toml           # Package configuration
โ”œโ”€โ”€ requirements.txt         # Dependencies
โ”œโ”€โ”€ LICENSE                  # MIT License
โ”œโ”€โ”€ CONTRIBUTING.md          # Contribution guidelines
โ””โ”€โ”€ README.md               # This file

๐Ÿค Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

๐Ÿ“„ License

This project is licensed under the MIT License โ€” see the LICENSE file for details.


๐Ÿ”— Links


Built with โค๏ธ by the AgentHotspot team

Discover Connectors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agenthotspot_mcp-1.0.1.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agenthotspot_mcp-1.0.1-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

Details for the file agenthotspot_mcp-1.0.1.tar.gz.

File metadata

  • Download URL: agenthotspot_mcp-1.0.1.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.3

File hashes

Hashes for agenthotspot_mcp-1.0.1.tar.gz
Algorithm Hash digest
SHA256 99ed7bd78a525d4f7c931b6c824762c5b5cd8056c43ea0b6a1234037622ae425
MD5 a512814bd1f376d11f05b39769782c8c
BLAKE2b-256 f245708dc775ca8c267f12ab1cb2dfb2ff9dc9d8c2616130f40d88093881391b

See more details on using hashes here.

File details

Details for the file agenthotspot_mcp-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for agenthotspot_mcp-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 909567d60763727a8edfe3b7f32e42eb6fcf6bcc681a52747a604f6d4a385e7f
MD5 fa0f47f977296adf2f3821ca29863011
BLAKE2b-256 311fe95ba2084c374005aba767b39f83d0b977305bafec2dd1d0d992de73d422

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page