MCPVault

headers

MCP tool from MCP Api by MissionSquad

Optional HTTP headers (streamablehttp only)

How to use it

headers is exposed by the MCP Api MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the headers tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install MCP Api

$docker run -p 8080:8080 --env-file .env mcp-api
FULL MCP API LISTING

Other tools in MCP Api (26)

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)

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