Skip to content

Commit d7222a9

Browse files
author
AI-Agent-Hub
committed
Add open mcp marketplace api support
1 parent 17ed28c commit d7222a9

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,33 @@ Thanks to [@vrknetha](https://github.com/vrknetha), [@cawstudios](https://caw.te
770770

771771
Thanks to MCP.so and Klavis AI for hosting and [@gstarwd](https://github.com/gstarwd), [@xiangkaiz](https://github.com/xiangkaiz) and [@zihaolin96](https://github.com/zihaolin96) for integrating our server.
772772

773+
774+
## Resources
775+
776+
<details>
777+
<summary><b>Open MCP Marketplace API Support</b></summary>
778+
779+
![MCP Marketplace User Review Rating Badge](http://www.deepnlp.org/api/marketplace/svg?mendableai/firecrawl-mcp-server)|[Reviews](http://www.deepnlp.org/store/ai-agent/mcp-server/pub-mendableai/firecrawl-mcp-server)|[GitHub](https://github.com/AI-Agent-Hub/mcp-marketplace)|[Doc](http://www.deepnlp.org/doc/mcp_marketplace)|[MCP Marketplace](http://www.deepnlp.org/store/ai-agent/mcp-server)
780+
781+
Allow AI/Agent/LLM to find this MCP Server via common python/typescript API, search and explore relevant servers and tools
782+
783+
***Example: Search Server and Tools***
784+
```python
785+
import anthropic
786+
import mcp_marketplace as mcpm
787+
788+
result_q = mcpm.search(query="firecrawl mcp server", mode="list", page_id=0, count_per_page=100, config_name="deepnlp") # search server by category choose various endpoint
789+
result_id = mcpm.search(id="mendableai/firecrawl-mcp-server", mode="list", page_id=0, count_per_page=100, config_name="deepnlp") # search server by id choose various endpoint
790+
tools = mcpm.list_tools(id="mendableai/firecrawl-mcp-server", config_name="deepnlp_tool")
791+
# Call Claude to Choose Tools Function Calls
792+
# client = anthropic.Anthropic()
793+
# response = client.messages.create(model="claude-opus-4-20250514", max_tokens=1024, tools=tools, messages=[])
794+
```
795+
796+
</details>
797+
798+
799+
773800
## License
774801

775802
MIT License - see LICENSE file for details

0 commit comments

Comments
 (0)