agentscore-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | No | GitHub personal access token (optional, increases rate limit to 5,000/hr). | |
| MOLTBOOK_API_KEY | No | Required for Moltbook adapter. | |
| AGENTSCORE_ADAPTER | No | Choose the data source adapter: demo, github, json, or moltbook. | demo |
| AGENTSCORE_ENFORCE | No | If true, policy gate can block risky results. | false |
| AGENTSCORE_AUDIT_LOG | No | Set false to suppress structured policy audit events. | auto |
| AGENTSCORE_CACHE_TTL | No | Score cache TTL in seconds. | 86400 |
| AGENTSCORE_DATA_PATH | No | Required for JSON adapter. Path to JSON data file. | |
| AGENTSCORE_HTTP_HOST | No | Bind host for HTTP transport. | 127.0.0.1 |
| AGENTSCORE_HTTP_PATH | No | MCP endpoint path for HTTP transport. | /mcp |
| AGENTSCORE_HTTP_PORT | No | Bind port for HTTP transport. | 8787 |
| AGENTSCORE_TRANSPORT | No | Transport mode: stdio or http (Streamable HTTP server mode). | stdio |
| AGENTSCORE_AUDIT_TOKEN | No | Optional bearer token required for policy/audit endpoints. | |
| AGENTSCORE_PUBLIC_MODE | No | If true, requires explicit adapter and blocks demo mode. | false |
| AGENTSCORE_ENABLED_TOOLS | No | Comma-separated tool allow-list (agentscore, sweep, xray). | agentscore,sweep,xray |
| AGENTSCORE_RATE_LIMIT_MS | No | Moltbook adapter request delay in milliseconds. | 200 |
| AGENTSCORE_HTTP_AUTH_TOKEN | No | Optional bearer token required for /mcp HTTP endpoint. | |
| AGENTSCORE_POLICY_MIN_SCORE | No | Minimum allowed score when policy is enforced. | 550 |
| AGENTSCORE_AUDIT_MAX_ENTRIES | No | In-memory cap for retained policy audit events. | 500 |
| AGENTSCORE_POLICY_BLOCK_FLAGS | No | Comma-separated flag substrings that trigger blocking. | prompt injection,manipulation keyword,account not claimed |
| AGENTSCORE_POLICY_FAIL_ON_ERRORS | No | If true, any per-handle scoring errors trigger blocking. | false |
| AGENTSCORE_POLICY_TRUSTED_ADAPTERS | No | Comma-separated adapters allowed in enforced mode. | github,json,moltbook |
| AGENTSCORE_POLICY_BLOCK_THREAT_LEVELS | No | Comma-separated blocked sweep levels (SUSPICIOUS, COMPROMISED). | COMPROMISED |
| AGENTSCORE_POLICY_BLOCK_RECOMMENDATIONS | No | Comma-separated blocked recommendations (TRUST, CAUTION, AVOID). | AVOID |
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 |
|---|---|
| agentscoreA | Score 1-5 AI agents for trustworthiness. Returns investigation briefings, comparison verdicts, risk flags, and trust badges. Use for: trust checks, comparisons, verifications, badge generation. |
| sweepA | Analyze a thread or conversation for manipulation patterns. Detects coordinated bots, sock puppets, and astroturfing campaigns by scoring every participant and checking for content similarity, timing anomalies, and amplification signals. |
| xrayA | X-ray content for hidden AI-targeted payloads. Detects concealed instructions in markdown, HTML, code, and text before an agent consumes it, including hidden comments, invisible unicode, CSS-hidden text, encoded payloads, code comments, and structural hiding tricks. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/tmishra-sp/agentscore-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server