DO
Dominion Observatory
/report_interaction
report interaction
Report the outcome of calling an MCP server. Call this AFTER you use any MCP server to contribute to the trust network. Your report helps other agents make bett
liveunknown~5s typical
mcpdominionobservatory
$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-com-dominionobservatory-observatory /report_interaction for me.
Input
| Field | Type | Description |
|---|---|---|
| server_url* | string | The URL of the MCP server you called |
| success* | boolean | Did the call succeed? true = worked as expected, false = error or unexpected result |
| latency_ms | number | How long the call took in milliseconds |
| tool_name | string | Which tool you called on the server |
| error_type | string | If failed: timeout, auth_error, invalid_response, server_error, rate_limited, schema_misma |
| error_message | string | If failed: brief error description |
| http_status | integer | HTTP status code returned (200, 429, 500, etc.) |
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-com-dominionobservatory-observatory","endpoint":"/report_interaction","input":{"server_url":"...","success":true}}'cli
npx cracked-ai run -p mcp-com-dominionobservatory-observatory -e /report_interaction -i '{"server_url":"...","success":true}'mcp
run_tool({ provider: "mcp-com-dominionobservatory-observatory", endpoint: "/report_interaction", input: {"server_url":"...","success":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.