Verify Self Agent Request
verify_self_requestVerify incoming HTTP request headers signed by a Self Agent (x-self-agent-signature, x-self-agent-timestamp). Recovers signer from signature and checks on-chain registration.
§ Inputs
| Name | Type | Description |
|---|---|---|
agent_signatureRequired | string | agent signature |
agent_timestampRequired | string | agent timestamp |
methodRequired | string | method |
request_pathRequired | string | request path |
bodyRequired | string | body |
keytypeRequired | string | keytype |
agent_keyRequired | string | agent key |
§ Returns
{ valid, signer, registration }§ Try saying
- Verify this signed Self agent request from these headers.
Use this tool
Once Celina is wired into your MCP client, just ask in plain language. The LLM picks verify_self_request automatically.