MCP Api
未申請MCP Proxy Server. Streaming. Node/Python. OAuth w/ DCR.
インストール
docker run -p 8080:8080 --env-file .env mcp-api未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(27個)
args
(Required) An object containing the arguments to pass to the tool.
command
The command used to start the server
content
The actual result data (can be a string, object, or array)
contentType
The MIME type of the content (e.g., "text/plain", "application/json")
data
The result of the tool execution
description
A human-readable description of the tool's functionality
enabled
Whether the server is enabled
env
Environment variables set for the server (excluding secrets)
get_url_content
Fetch a URL and convert the page content to markdown (uses Puppeteer)
headers
Optional HTTP headers (streamablehttp only)
inputSchema
A JSON Schema object defining the expected parameters for the tool
logs
Array of captured log messages if the server encountered any issues
methodName
(Required) The name of the tool to call.
name
The name of the tool (used when calling the tool)
properties
Defines the parameters the tool accepts
reconnectionOptions
SSE reconnection settings (streamablehttp only)
required
An array of parameter names that are required
serverName
(Required) The name of the MCP server that provides the tool.
servers
An array of server objects, each containing:
sessionId
Optional persisted MCP session ID (streamablehttp only)
status
Current connection status ("connected", "connecting", "disconnected", or "error")
success
Boolean indicating if the request was successful
tools
An array of objects, each containing a server name as the key and an array of tool definitions as the value
toolsList
Array of tools provided by this server (same format as in /mcp/tools response)
url
Streamable HTTP endpoint (streamablehttp only)
username
(Optional) The username to use for retrieving secrets. Defaults to "default" if not provided.
web_search
Search the web via a SearXNG instance