Open MCP Index | MCP Marketplace | AI Agent Marketplace Plugin from DeepNLP
The open source MCP Index Marketplace plugin is the index service for fetching MCP configuration.
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");
Release files for mcp-index 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mcp_index-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / mcp_index-0.0.1-py3-none-any.whl
| Download URL | mcp_index-0.0.1-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9bae327a2d570c6c02cffe6de7beccf0a6425bb1e46e3e463a1a9778645c0815
|
|
BLAKE2b-256 checksum How to use checksums |
837632428ad7883f7282e26cc716564ade2668589221e61f816215cbd5e4ad83
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.2
|