Dominion Observatory
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

FieldTypeDescription
server_url*stringThe URL of the MCP server you called
success*booleanDid the call succeed? true = worked as expected, false = error or unexpected result
latency_msnumberHow long the call took in milliseconds
tool_namestringWhich tool you called on the server
error_typestringIf failed: timeout, auth_error, invalid_response, server_error, rate_limited, schema_misma
error_messagestringIf failed: brief error description
http_statusintegerHTTP 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.