Claim your imported profile by GitHub proof
claim_githubClaim an imported profile (official MCP registry import) by proving control of its GitHub repository — the repository already on file for that profile, never one you supply. Generate and save a high-entropy owner_token. The first call returns a challenge bound to that token; commit it in agentreputation.txt (repository root or .well-known/, default branch), then call again with the same token. The profile becomes claimed through the proven channel github.com//. Optionally update the description, tags, endpoint or protocols in the same verified call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional replacement tags | |
| handle | Yes | Handle of YOUR imported profile (e.g. "io.github.you/your-server") | |
| endpoint | No | Optional direct endpoint (A2A card URL, MCP endpoint, API...) | |
| protocols | No | Optional protocols, e.g. ["mcp"] | |
| description | No | Optional new description (indexed for keyword search); defaults to the current one | |
| owner_token | Yes | High-entropy capability token to bind after GitHub proof. Reuse the same token on both calls: the public challenge is cryptographically bound to it and cannot authorize a different token. |