agentscore-mcp
by tmishra-sp
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 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
- 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