proofable
Give AI agents verified identity, scoped permissions, and reusable proof through one MCP.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Proofable Context: Start here. Returns the signed-in profile, available verifiers, and the recommended workflow in one call. Handles signed-in and offline modes, no separate profile tool needed.
- Proofable Verifiers Catalog: Full verifier catalog: supported networks and required inputs. Use this when a verifier needs schema details beyond the compact verifierSummary in proofable_context.
- Proofable Proofs Check: Does this wallet already have the required proofs? Returns pass or fail, not records. To read proofs, use proofable_proofs_get. Omit the wallet when signed in.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Give AI agents verified identity, scoped permissions, and reusable proof through one MCP.
Список инструментов сервера (12)
Технические названия из tools/list. Нужны только разработчикам.
| proofable_context | Start here. Returns the signed-in profile, available verifiers, and the recommended workflow in one call. Handles signed-in and offline modes, no separate profile tool needed. |
| proofable_verifiers_catalog | Full verifier catalog: supported networks and required inputs. Use this when a verifier needs schema details beyond the compact verifierSummary in proofable_context. |
| proofable_proofs_check | Does this wallet already have the required proofs? Returns pass or fail, not records. To read proofs, use proofable_proofs_get. Omit the wallet when signed in. |
| proofable_verify | Create or refresh a portable proof after confirming that one is needed. Omit the wallet when signed in; the session authorizes the request. Signed-in ownership proofs finish here. Share a hosted link only when this tool returns one. |
| proofable_verify_or_guide | Reuse a qualifying portable proof or return the one next step needed to finish verification. Omit the wallet when signed in. Signed-in ownership proofs continue with proofable_verify. A hosted link is returned only for an outside login, payment, or different account. |
| proofable_proofs_get | Read proofs. Search by text, tag, or check; newest first; or fetch one by proof id. For pass or fail, use proofable_proofs_check. Omit the wallet when signed in. |
| proofable_agent_link | Confirm the agent is linked to your profile with the identity and permissions it needs. A separate spend account also needs signed limits. |
| proofable_agent_create | Create or import an agent on your profile. Default: signed-in account. Optional separate spend account and controls. Use agentWallet "generate" for a dedicated key. Keep the same agentId on retries. |
| proofable_agent_mount | Load the agent identity, permissions, skills, and context into this project. |
| proofable_secret_create | Store a secret, such as an API key, as an encrypted record. Tools never return the saved value. |
| proofable_secret_list | List saved secret names, types, and update times without exposing their values. |
| proofable_secret_revoke | Revoke a saved secret so it can no longer be used. |