AgentScore MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_PORT | No | The port the HTTP/SSE server should listen on (used for HTTP transport mode). | 3000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| getAgentScoreB | Returns current reputation score, history count and metadata URI. Accepts tokenId (number) OR agent address (0x...) |
| getAgentHistoryC | Returns array of past scores with timestamps (recent first) |
| listRegisteredAgentsB | List all agents (or single agent by owner address). Returns enriched data. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |