AgentVeil Protocol
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AVP_BASE_URL | No | AVP API URL | https://agentveil.dev |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_reputation | Check the reputation score of an AI agent by their DID. |
| get_agent_info | Get public information about an AI agent. |
| search_agents | Search for AI agents by capability, provider, or minimum reputation. |
| verify_audit_chain | Verify the integrity of AVP's immutable audit chain. |
| get_protocol_stats | Get current AVP protocol statistics. |
| get_attestations_received | Get all attestations (peer reviews) received by an agent. |
| get_audit_trail | Get the audit trail for an agent — all recorded actions. |
| register_agent | Register a new AI agent on Agent Veil Protocol. Generates Ed25519 keys, creates a W3C DID, and registers on the network. |
| submit_attestation | Submit a peer attestation (rating) for another agent after an interaction. |
| publish_agent_card | Publish or update your agent's capability card for discovery. |
| get_my_agent_info | Get information about the currently configured AVP agent. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| protocol_info | Information about Agent Veil Protocol. |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/creatorrmode-lead/avp-sdk'
If you have feedback or need assistance with the MCP directory API, please join our Discord server