18 skills found
Mr-xn / cfr_mcp_server这是一个基于 Python 的 MCP (Model Context Protocol) 服务器实现,封装了 `cfr.jar` 反编译功能,并支持 SSE (Server-Sent Events) 传输协议。
i3T4AN / Kali_Linux_MCPTwo-component system bridging Kali Linux penetration testing tools with AI agents via MCP. Flask API server executes 10+ security tools (Nmap, SQLMap, Metasploit, etc.) while MCP client provides seamless AI integration for automated security workflows.
alDuncanson / HandlerA2A protocol client for your terminal
majiayu000 / ccxt-pythonCCXT cryptocurrency exchange library for Python developers. Covers both REST API (standard) and WebSocket API (real-time). Helps install CCXT, connect to exchanges, fetch market data, place orders, stream live tickers/orderbooks, handle authentication, and manage errors in Python
mukul975 / cve-mcp-serverProduction-grade MCP server giving Claude 27 security intelligence tools across 21 APIs — CVE lookup, EPSS scoring, CISA KEV, MITRE ATT&CK, Shodan, VirusTotal, and more.
AuthPlane / python-sdkPython SDK for protecting MCP servers and OAuth 2.1 resource servers with tokens issued by the Authplane authorization server. Includes framework adapters (e.g. MCP, FastMCP).
datalayer / langchain-mcp-client🦜🔗 LangChain Model Context Protocol (MCP) Client
modelcontextprotocol / python-sdkThe official Python SDK for Model Context Protocol servers and clients
AuthPlane / authserverOAuth 2.1 Authorization Server for the Model Context Protocol (MCP)
geekjourneyx / md2wechat-mcp-server📝 md2wechat MCP Server | 让 Claude Code & AI Agent 一键排版发布到微信公众号
xxxbrian / mcp-rquestA MCP server providing realistic browser-like HTTP request capabilities with accurate TLS/JA3/JA4 fingerprints for bypassing anti-bot measures. It also supports converting PDF and HTML documents to Markdown for easier processing by LLMs.
Cyreslab-AI / shodan-mcp-serverA Model Context Protocol server that provides access to Shodan API functionality
open-webui / mcpoA simple, secure MCP-to-OpenAPI proxy server
universal-tool-calling-protocol / python-utcpOfficial python implementation of UTCP. UTCP is an open standard that lets AI agents call any API directly, without extra middleware.
jonigl / mcp-client-for-ollamaHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved preferences.
mock-server / mockserver-monorepoMockServer is an HTTP(S) mock server and proxy for testing that lets you mock APIs, inspect and modify live traffic, and inject failures. It supports HTTP/1.1, HTTP/2, gRPC, WebSockets, TCP and more on a single port, with additional support for HTTP/3, message brokers, and AI/LLM APIs.
Cyreslab-AI / circl-cve-search-mcp-serverMCP server for CIRCL CVE Search API with intelligent risk assessment and comprehensive vulnerability analysis.
kyouyap / python- **最初に型とインターフェース(関数のシグネチャ)を考える** Python では、PEP 484 に基づく型ヒントや `typing.NewType`、`Protocol` を活用して、処理対象の型と関数のシグネチャを設計します。