Capacities Mcp Plus

Created By
Im-Hal-9K6 months ago
Enhanced MCP server for Capacities, the knowledge management app. Features include listing spaces, searching content with full-text and title modes, retrieving complete object content by ID, saving weblinks with metadata and tags, and adding content to daily notes. Fork of the original with updated fastmcp for MCP SDK compatibility and tested Windows support.
Overview

What is Capacities MCP Plus?

Capacities MCP Plus is an enhanced server for the Capacities knowledge management app, designed to improve the management and retrieval of knowledge through various features.

How to use Capacities MCP Plus?

To use Capacities MCP Plus, integrate it with your Claude Desktop configuration by adding the server command and your Capacities API key. The server will run automatically when Claude Desktop starts.

Key features of Capacities MCP Plus?

  • List personal spaces and retrieve detailed space structures.
  • Search content across spaces with advanced filtering options.
  • Retrieve full note content by object ID.
  • Save web links with metadata and tags.
  • Add content to daily notes seamlessly.

Use cases of Capacities MCP Plus?

  1. Organizing and managing personal knowledge bases.
  2. Efficiently searching for specific notes or content across multiple spaces.
  3. Saving and tagging web links for easy access later.
  4. Keeping daily notes updated with relevant information.

FAQ from Capacities MCP Plus?

  • What is the difference between Capacities MCP and Capacities MCP Plus?

Capacities MCP Plus includes additional features like full object content retrieval and improved Windows support.

  • Is there a cost to use Capacities MCP Plus?

Capacities MCP Plus is free to use as part of the Capacities ecosystem.

  • How do I get my Capacities API key?

You can obtain your Capacities API key from your Capacities account settings.

Server Config

{
  "mcpServers": {
    "capacities": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "capacities-mcp-plus"
      ],
      "env": {
        "CAPACITIES_API_KEY": "your_capacities_api_key_here"
      }
    }
  }
}
Project Info
Created At
6 months ago
Updated At
6 months ago
Author Name
Im-Hal-9K
Star
-
Language
-
License
-

Recommend Servers

View All
Payai X402 Tools

6 hours ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

a day ago