Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.jdhart81/wavefunction-search

io.github.jdhart81/wavefunction-search

Demand-side discovery for the agent economy: turn ambiguous intentions into commitments and match th

Uptime
100.0%
1 direct probes · 30d
Response
549ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

intake

Distill a user's dialogue into an intention wavefunction (explicit intentions + confidence). dialogue: [{role, content}, ...].

collapse

Collapse the user's wavefunction into an actionable commitment, weighted by stake.

find_matches

Match the user's collapsed intention to constitutionally-aligned agents/collectives, ranked by alignment score.

register_collective

Register an agent/collective into the match index (mission + domain profile + constitutional alignment scores + capacity).

describe_agent

Return capabilities and input contract.

How to use

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

{
  "mcpServers": {
    "io.github.jdhart81/wavefunction-search": {
      "url": "https://mcp.viridisconservation.com/wavefunction/mcp",
      "transport": "streamable-http"
    }
  }
}