64
/ 100
1 month ago
github_topic

python-mcp-server-client

支持查询主流agent框架技术文档的MCP server(支持stdio和sse两种传输协议), 支持 langchain、llama-index、autogen、agno、openai-agents-sdk、mcp-doc、camel-ai 和 crew-ai

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: OPENAI_API_KEY, SERPER_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretOPENAI_API_KEYself.openai = AsyncOpenAI(api_key=os.getenv(""), base_url=os.getenv("OPENAI_BASE_URL"))
configOPENAI_BASE_URLself.openai = AsyncOpenAI(api_key=os.getenv("OPENAI_API_KEY"), base_url=os.getenv(""))
configOPENAI_MODELmodel=os.getenv(""),
🔐 secretSERPER_API_KEY"X-API-KEY": os.getenv(""),
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/gobinfan-python-mcp-server-client-1os6qa)](https://m8ven.ai/mcp/gobinfan-python-mcp-server-client-1os6qa)
commit: 29ecd7adff556dfe9fa3d0fb2246baaccde9d54f
code hash: d042e8d522bac7582b448768551225d11a310e5519f7973399289c4c507ed629
verified: 6/15/2026, 3:11:16 PM
view raw JSON →