io.github.jdhart81/wavefunction-search
io.github.jdhart81/wavefunction-searchDemand-side discovery for the agent economy: turn ambiguous intentions into commitments and match th
Tools · 5
Distill a user's dialogue into an intention wavefunction (explicit intentions + confidence). dialogue: [{role, content}, ...].
Collapse the user's wavefunction into an actionable commitment, weighted by stake.
Match the user's collapsed intention to constitutionally-aligned agents/collectives, ranked by alignment score.
Register an agent/collective into the match index (mission + domain profile + constitutional alignment scores + capacity).
Return capabilities and input contract.
Similar MCP servers embedding-nearest
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"
}
}
}