Compound MCP Server

Hosted at [compound.mcp.junct.dev/mcp](https://compound.mcp.junct.dev/mcp). Free to use. No auth. No API key required.

Remote serverstreamable-http

What is the Compound MCP MCP server?

Compound MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Compound MCP directly instead of describing what you should do. Hosted at compound.mcp.junct.dev/mcp. Free to use. No auth. No API key required.

What you get

This MCP server is deterministically generated from the Compound API specification. Every tool maps 1:1 to a real API endpoint — no hallucinated endpoints, no phantom tools.

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

What the assistant can call

Once Compound MCP is connected, these are the calls the assistant has available:

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the compound mcp mcp server does with a few real requests.

Choosing this one

Among the knowledge and memory options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Compound MCP's toolset — Protocol, Endpoint, Transport and 2 more — is a fair guide to whether it matches your workflow. It is maintained by junct-bot; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
Protocol** Compound
Endpoint** https://compound.mcp.junct.dev/mcp
Transport** Streamable HTTP
Auth** None required
Documentation** [compound.mcp.junct.dev/llms.txt](https://compound.mcp.junct.dev/llms.txt)

How to install the Compound MCP MCP server

{
  "mcpServers": {
    "compound": {
      "url": "https://compound.mcp.junct.dev/mcp",
      "transport": "streamable-http"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Compound MCP to Protocol.
  • Use Compound MCP to Endpoint.
  • Use Compound MCP to Transport.

Frequently asked questions

It connects Compound MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (Protocol, Endpoint, Transport, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Compound MCP directly.