yinzhouzhi/webapi-mcp-server
If you are the rightful owner of webapi-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
WebAPI MCP 服务器将传统Web API转换为MCP工具的服务器,支持API接口批量注册,通过MCP工具设置默认请求头。
Tools
Functions exposed to the LLM to take actions
register_web_api
将Web API注册为MCP工具,使其可以通过MCP协议直接调用。
set_default_headers
设置适用于所有API请求的全局默认请求头。
list_registered_apis
列出当前已注册的所有Web API及其配置。
unregister_api
移除已注册的Web API工具。
load_api_from_file
从指定文件加载API定义并注册为MCP工具。
load_apis_from_directory
从指定目录加载所有API定义文件并注册为MCP工具。
load_from_config
从配置文件加载API定义和设置。
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client