Owned tool surface · mcp.pulseai.my

The canon, as callable tools.

The owned MCP server exposes the IMI methodology as tools any agent or model can call, JSON-RPC over HTTP/SSE at /mcp, bearer-gated, backed by the same 532-chunk canon as the Brain. $0, owned.

mcp is live  ·  bearer-gated

Two owned tools

Grounded retrieval and method routing, the meaning prod's chat has no way to call.

imi_methodology
grounded methodology retrieval, {query,k} → cited canon chunks + cosine scores
imi_which_method
routes a question to its governing method, {question} → family + skills + grounding
tools/call imi_methodology { "query": "say-do gap" }
  → Say/Do™ Gap Framework  cosine 0.731

tools/call imi_which_method { "question": "how do streaming brands build loyalty" }
  → family analyze  ·  12 Growth Levers “Lever 8, Loyalty” (0.634)

How to connect

Standard MCP, JSON-RPC 2.0 over HTTP/SSE, bearer-authed (401 without a key).

POST https://mcp.pulseai.my/mcp
Authorization: Bearer <key>
{ "jsonrpc":"2.0","id":1,"method":"tools/list" }
  → [ imi_methodology, imi_which_method ]

no bearer → 401 (fail-closed)

Also wired into the imiSDK MCP so any dev agent grounds on the owned canon.