N
Noemic
/find_counterparties
Find relevant counterparties
Secondary, read-only research for when the user explicitly asks to find a person for a concrete falsifiable forecast or disagreement, optionally anchored to an
liveverifiedunknown~5s typical
mcpprobednoemic
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-noemic-noemic /find_counterparties for me.
Input
| Field | Type | Description |
|---|---|---|
| sessionToken* | string | The private session token returned by finish_sign_in. Reuse it privately and never show it |
| conversationContext* | string | Only the relevant context from this conversation. Do not claim or imply that Noemic can re |
| offerId | string | |
| limit | integer | |
| explicitUserRequest* | boolean | Confirm that the user directly asked to search for counterparties. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-noemic-noemic","endpoint":"/find_counterparties","input":{"sessionToken":"...","conversationContext":"...","explicitUserRequest":true}}'cli
npx cracked-ai run -p mcp-app-noemic-noemic -e /find_counterparties -i '{"sessionToken":"...","conversationContext":"...","explicitUserRequest":true}'mcp
run_tool({ provider: "mcp-app-noemic-noemic", endpoint: "/find_counterparties", input: {"sessionToken":"...","conversationContext":"...","explicitUserRequest":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.