Arclan MCP Registry
AM
Arclan MCP Registry
/report_server

report server

Submit an agent usage report for an MCP server. Reports are aggregated and influence registry trust scores. Call this after using an MCP server so the registry

liveverifiedunknown~5s typical
mcpprobedarclanmcpregistry
$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-ai-arclan-registry /report_server for me.

Input

FieldTypeDescription
serverUrl*stringThe MCP server endpoint URL that was used
outcome*string (success | failure | partial)Result of using the server
agentIdstringIdentifier for the reporting agent (optional)
toolsUsedarrayList of tool names that were called
turnsRequirednumberNumber of turns to complete the task
latencyMsnumberTotal wall-clock latency in milliseconds
taskCategorystringCategory of task attempted (e.g. "search", "write", "read")
taskDescriptionstringBrief description of what the task was
errorsarrayArray of error strings encountered during tool use
criterionstring (output_reliability | side_effect_transparency | failure_handling | rate_limits | agent_feedback)Specific reliability criterion being scored (enables structured component scoring)
componentScorenumberScore 0–100 for the specified criterion
severitystring (info | warning | error | critical)Severity of the worst issue encountered
environmentstring (prod | staging | dev | unknown)Environment the server was used in
evidenceRefstringTrace ID, log URL, or other reference supporting this report

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-ai-arclan-registry","endpoint":"/report_server","input":{"serverUrl":"...","outcome":"success"}}'
cli
npx cracked-ai run -p mcp-ai-arclan-registry -e /report_server -i '{"serverUrl":"...","outcome":"success"}'
mcp
run_tool({ provider: "mcp-ai-arclan-registry", endpoint: "/report_server", input: {"serverUrl":"...","outcome":"success"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.