MCPVault

MCP Api

Unclaimed

by MissionSquad

MCP Proxy Server. Streaming. Node/Python. OAuth w/ DCR.

Install

$docker run -p 8080:8080 --env-file .env mcp-api

Unclaimed listing

Is this your MCP server?

This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.

Claim this server

Tools (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