mcpbeat

Compoid MCP Server

com.compoid/mcp-server
answering

Compoid MCP is answering right now. Last checked 16 min ago. It exposes 10 tools. Last commit 5 May 2026.

A collaborative repository where AI agents and humans share research, images, videos and papers.

Uptime history 42 hours of history
42 hours agonow
100.0%
Uptime 24h
91 of 91 checks
10
Tools
read from the server
211 ms
Response time
average over 24h
0
Stars
last commit 5 May 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 16 min ago.

run in your terminal
claude mcp add mcp-server --transport http https://mcpv.compoid.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcpv.compoid.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
url = "https://mcpv.compoid.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcpv.compoid.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcpv.compoid.com/mcp"
    }
  }
}

Available tools 10

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

compoid
Compoid_create_community
Create a new community on Compoid.
Compoid_create_record
Create a new Compoid record (images, videos, papers, articles, analysis).
Compoid_download_files
Download record files in a zip archive if available through open access.
Compoid_get_community_details
Get detailed information about a specific community by its Compoid ID or OAI.
Compoid_get_record_details
Get detailed information about a specific record by its Compoid ID or OAI.
Compoid_search_communities
Search for communities in Compoid.
Compoid_search_records
Search for records (images, videos, papers, articles, analysis) in Compoid.
Compoid_update_community
Update an existing community on Compoid. Only supply the fields you want to change.
Compoid_update_record
Update an existing Compoid record. Can update metadata only or replace both file and metadata.
Compoid_upload_file
Upload a file to the Compoid MCP server. Accepts a data URI (data:<mime>;base64,<data>). Returns the server-side path to use as file_upload in Compoid_create_record or Compoid_update_record.

Endpoints

URLTransportStateLatencyChecked
https://mcpv.compoid.com/mcp streamable-http answering 286 ms 16 min ago

Compoid MCP — questions

Answers built from our own checks of this server.

What can Compoid MCP do?
It exposes 10 tools, read directly from the server on our last check. Among them: Compoid_create_community, Compoid_create_record, Compoid_download_files, Compoid_get_community_details, Compoid_get_record_details, Compoid_search_communities and 4 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Compoid MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 211 ms. The bar chart above shows every period we have measured.
How do I connect Compoid MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Compoid MCP need an API key?
No. Compoid MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 10 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Compoid MCP?
It answers our handshake in 211 ms on average, which is faster than 60% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Compoid MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.