Open Source MCP Marketplace Python Registry Service and Html Plugin to Integrate with your AI Application
Project description
Open MCP Marketplace | AI Agent Marketplace Plugin from DeepNLP
The open source MCP Marketplace plugin is a pure web project (html/js/css), which will display available MCP tools meta and config files in the frontend, so that user can choose, manage and install their preferred MCP tools in similar functions (Map, Payment, Fetch). Itcan be easily integrated to your AI apps, and upgrade your AI Agent tools use ability (LLM).
KEY Features
- Multiple MCP Service API Endpoint Provider support, such as deepnlp.org, pulsemcp.com
- Frontend Html-Based Agent Plugin: Show the Panel of MCP Tools from all the open web directory MCP marketplace.
- Browser and Pagination: User can browser the MCP Tools by Category and use pagination to navigate
- Select and Install MCP servers: Users can choose which MCP tools to perform tasks from mcp tools marketplace with similar features, such as Map Location, Search, Fetch, Payment, etc.
- Autonomous MCP Tools Dispatcher: Your LLM/agent can also benifit from dispatching the query/prompt to the MCP tools, making decision on which tools to choose. The decision or dispatcher agent functions with more than the description text, but also the genunie user reviews score (0-5), ratings and call numbers statistics.
- Python MCP Registry Service (TBD)
Related
- MCP Marketplace PulseMCP
- MCP Marketplace DeepNLP AND MCP Marketplace DeepNLP V2
- AI Agent Marketplace
- MCP Marketplace Github
Update: Support Marketplace and API
| Source | value | description |
|---|---|---|
| deepnlp.org | http://www.deepnlp.org/api/mcp_marketplace/v1 | http://www.deepnlp.org/workspace, This endpoint is for demo and debug purpose only and may not have enough quota for production use. For production worthy endpoint please register the API keys |
| pulsemcp.com | https://api.pulsemcp.com/v0beta/servers | Website: https://www.pulsemcp.com/api |
1. Integration
If you have a chatbot or ai search engine box and you want to integrate the MCP tools integration plugin to your app, you can follow the below step and an AI Search Engine Demo
Demo: AI Search with MCP Marketplace Plugin
Go to file ./app/ai_search/index.html and open the index.html with your browser.
Step 1. Integrate AI Search Engine Demo with MCP Marketplace Plugin
Step 2. Choose the Tools and Test the Tools Choosen
2. Install
Clone Project and Copy The MCP Marketplace Plugin Folder
git clone https://github.com/AI-Agent-Hub/mcp-marketplace.git
cd ./open_mcp_marketplace
## Project Structure and Copy Files to Your Project
./plugin/mcp_marketplace/
./plugin/mcp_marketplace/index.html
./plugin/mcp_marketplace/scripts.js
./plugin/mcp_marketplace/styles.css
Set Endpoint of the MCP Plugin info json is fetching
Go to file ./plugin/mcp_marketplace/scripts.js and change the endpoint provider by config
// API: deepnlp
const config = getConfigByName("deepnlp");
// API: pulsemcp
const config = getConfigByName("pulsemcp");
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_marketplace-0.0.1-py3-none-any.whl.
File metadata
- Download URL: mcp_marketplace-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b05b50a020921f36eba04f8ebfbe9b1a383c817c7f9bb3afe82e4312c2b953e
|
|
| MD5 |
63c0cc35e6f01df68a1b1e6d24488185
|
|
| BLAKE2b-256 |
eed229a0bff169652abc000f23568e04292dca8aad7a14bbd57af5085ef13ade
|