mcpbeat Sign in

Capawesome MCP Server

answering

Capawesome is answering right now. Last checked 1 min ago. It exposes 3 tools. Last commit 8 Sep 2026.

The official MCP server for Capawesome documentation and Capawesome Cloud.

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
93 of 93 checks
3
Tools
read from the server
306 ms
Response time
average over 24h
2
Stars
last commit 8 Sep 2026

What the code does

We read the source, 18 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation .github/workflows/release.yml:37
      - name: Update npm for OIDC trusted publishing
        if: ${{ steps.release-please.outputs.release_created }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

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

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

Available tools 3

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

blog
list_blog_posts
List the 20 most recent posts from the Capawesome blog, newest first. Use this when the question is about what is new — recent releases, announcements, monthly updates, deprecations or newly published guides. Returns `title`, `description`, `date`, `categories` and `url` per post; pass a `url` to `get_doc_page` to read the whole article. Do not use this to answer a topic question: the feed only carries the newest posts, so search the documentation and the blog archive with `search_docs` instead.
doc
get_doc_page
Read the full source markdown of a Capawesome documentation or blog page. Use this after `search_docs` to read a page end to end before writing code against a plugin API, a CLI command or a Capawesome Cloud workflow — snippets from search results are deliberately short and regularly omit required configuration steps. Returns the page title, its URL and the page markdown including code samples, as it is authored but without the build metadata. Do not use this to find a page: it needs the exact URL or path, so run `search_docs` (or `list_blog_posts` for articles) first. Do not use it for pages outside capawesome.io.
docs
search_docs
Search the Capawesome documentation, guides and blog by keyword. Use this first for any question about Capawesome SDKs (Capacitor and Cordova plugins such as Live Update, NFC, Biometrics), Capawesome Cloud (live updates, native builds, app store publishing, automations), Capawesome Insiders or the Capawesome CLI — the answer is almost always documented, and guessing plugin APIs or CLI flags produces broken code. Returns the best matching page sections with `title`, `url`, `snippet`, `section` and, for a hit inside a page, the `parentTitle` and `parentUrl` of that page. The same results are attached as structured content. Do not use this to read a full page: call `get_doc_page` with a `url` from these results. Do not use it to browse recent announcements or release notes: use `list_blog_posts`. Do not use it for anything about a concrete app, build, channel or deployment in Capawesome Cloud: those live behind the `cloud_*` tools.

Endpoints

URLTransportStateLatencyChecked
https://mcp.capawesome.io/mcp streamable-http answering 448 ms 1 min ago

Alternatives to Capawesome

same job, measured the same way
Capacitor MCP
by capawesome

Unofficial MCP server for the Capacitor documentation, plugin list and blog.

4 tools answering
Ionic Framework MCP
by capawesome

Unofficial MCP server for the Ionic Framework documentation, components and blog.

5 tools answering
Docs MCP
by acta-team

Read-only MCP server for the official ACTA verifiable credentials documentation.

51 installs/wk local only
esa
by esaio

Official MCP server for esa.io - a documentation sharing service for teams

3 754 installs/wk local only
Mux
by mux

The official MCP Server for the Mux API

191 installs/wk 2 tools answering
Pine Labs SDK API Documentation MCP Server
by prakhargour10

List and fetch official Pine Labs SDK API documentation via MCP tools.

local only
Context Awesome
by bh-rat

MCP server for accessing curated awesome list documentation

42 installs/wk 2 tools answering
Egnyte MCP Server
by ptyagiegnyte

Official Egnyte MCP Server for AI integration with document search, analysis, and collaboration.

local only

Capawesome — questions

Answers built from our own checks of this server.

What can Capawesome do?
It exposes 3 tools, read directly from the server on our last check. Among them: get_doc_page, list_blog_posts, search_docs. 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 Capawesome working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 93 of 93 checks got a reply (100.0%), average response time 306 ms. The bar chart above shows every period we have measured.
How do I connect Capawesome?
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 Capawesome need an API key?
No. Capawesome completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 3 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Capawesome?
It answers our handshake in 306 ms on average, which is faster than 53% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Capawesome open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 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.