tether-name-mcp-server
MCP server for tether.name - AI agent identity verification
Versions
2.0.8latest2.0.72.0.62.0.42.0.2+ show 4 moreshow less
1.0.41.0.21.0.11.0.0Tools 13
verify_identity Perform complete identity verification in one call. Requests a challenge, signs it with the configured private key, and submits the proof to tether.name for verification.
request_challenge Request a new challenge string from the tether.name API. This challenge must be signed and submitted back for verification.
sign_challenge Sign a challenge string using the configured RSA private key. Returns a URL-safe base64 encoded signature.
submit_proof Submit a signed proof for a challenge to the tether.name API for verification.
get_agent_info Get information about the currently configured tether.name agent. Returns the agent ID and key path.
create_agent Create a new Tether agent. Requires TETHER_API_KEY. Returns the agent ID, name, and registration token (save it — it cannot be retrieved later). Optionally assign a verified domain.
list_agents List all Tether agents for the authenticated account. Requires TETHER_API_KEY.
delete_agent Delete a Tether agent by ID. Requires TETHER_API_KEY. This action is irreversible.
update_agent_identity Update which identity is shown when an agent is verified. Use a verified domainId to show that domain, or set showEmail=true to show account email.
list_domains List all registered domains for the authenticated account. Requires TETHER_API_KEY. Use domain IDs when creating agents with domain assignment.
list_agent_keys List key lifecycle entries for an agent. Requires TETHER_API_KEY.
rotate_agent_key Rotate an agent key. Requires TETHER_API_KEY plus step-up verification via stepUpCode or challenge+proof.
revoke_agent_key Revoke an agent key. Requires TETHER_API_KEY plus step-up verification via stepUpCode or challenge+proof.
Permissions 2
network medium env_vars low Scan Findings 0
No scan findings.