Celina/Tools/Self/sign-self-request
readSelfStdio only

Sign Self Agent Request

sign_self_request

Sign an HTTP request with the configured Self agent identity. Returns x-self-agent-* headers for gated APIs. Requires SELF_AGENT_PRIVATE_KEY — fails on hosted MCP without a configured agent key. For Self demo endpoints on Celo mainnet, use ?network=celo-mainnet.

§ Inputs

NameTypeDescription
methodRequiredstringmethod
urlRequiredstringurl
bodyRequiredstringbody

§ Returns

{ headers: { 'x-self-agent-signature', 'x-self-agent-timestamp', … } }

§ Try saying

  • Sign a GET request to https://api.self.xyz/me as my Self agent.

Use this tool

Once Celina is wired into your MCP client, just ask in plain language. The LLM picks sign_self_request automatically.