Skip to content
Back to search
100
MCP live streamable-http

Direct MCP candidate from lists

direct:basemouse.com:d256d7c1b4

Discovered from lists; probed directly as a possible remote MCP endpoint.

Uptime
100.0%
1 probes
Response
727ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

search

Search the BaseMouse repository (your workspace plus the public corpus). Returns ranked lexical matches with scores and matched terms.

get_context_pack

Generate a cited, checksummed basemouse.context_pack.v1 — grounded JSON your agent can answer from, with provenance for every entry. Counts against your plan's monthly pack quota when authenticated.

upsert_document

Create or update a document in your workspace by stable id — the write half of agent memory. Idempotent: unchanged content writes nothing (outcome "unchanged", no new revision); real changes append a …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "direct_mcp_candidate_from_lists": {
      "url": "https://basemouse.com/mcp",
      "transport": "streamable-http"
    }
  }
}