AgentTrust evaluates AI agent competency before they are trusted with tasks or payments by running challenge-response tests across six quality dimensions and issuing W3C Verifiable Credentials as proof.
From the registry: Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.
$ git clone https://github.com/assister-xyz/quality-oracle.git && cd quality-oracle && pip install -r requirements.txthttps://github.com/assister-xyz/quality-oraclePlease install the `agenttrust` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Clone and install from source** — Clone repo and install Python dependencies (no PyPI package). Run: `git clone https://github.com/assister-xyz/quality-oracle.git && cd quality-oracle && pip install -r requirements.txt` (https://github.com/assister-xyz/quality-oracle)
- **LLM provider API key** — At least one LLM API key (Groq, Cerebras, OpenRouter, Gemini, Mistral, DeepSeek, or OpenAI).
Canonical MCP server config (stdio transport):
- command: `python`
- args: ["-m","src.standards.mcp_server"]
- optional environment variables:
- `GROQ_API_KEY`: Groq API key (one of the supported LLM providers). (example: `<groq_api_key>`)
- `CEREBRAS_API_KEY`: Cerebras API key. (example: `<cerebras_api_key>`)
- `OPENROUTER_API_KEY`: OpenRouter API key. (example: `<openrouter_api_key>`)
- `GEMINI_API_KEY`: Google Gemini API key. (example: `<gemini_api_key>`)
- `MISTRAL_API_KEY`: Mistral API key. (example: `<mistral_api_key>`)
- `DEEPSEEK_API_KEY`: DeepSeek API key. (example: `<deepseek_api_key>`)
- `OPENAI_API_KEY`: OpenAI API key. (example: `<openai_api_key>`)
Note: Run from cloned repo directory. Docker compose also available. SSE endpoint at http://localhost:8003/sse when running.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.GROQ_API_KEYrequiredAPI key for accessing the GROQ serviceDead code, security, secrets detection and code quality for Python, TypeScript, Go.