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: Quality verification for AI agents and MCP servers. 6-axis scoring, adversarial probes.
$ git clone https://github.com/vitaliiserbynassisterr/quality-oracle.git && cd quality-oracle && pip install -r requirements.txthttps://github.com/vitaliiserbynassisterr/quality-oraclePlease install the `agenttrust-vitaliiserbynas` 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/vitaliiserbynassisterr/quality-oracle.git && cd quality-oracle && pip install -r requirements.txt` (https://github.com/vitaliiserbynassisterr/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: Must be run from the cloned repo directory. Docker compose also available. SSE endpoint at http://localhost:8003/sse when running via docker.
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 LLM serviceAI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Persistent codebase knowledge graph. Survives session restarts and context compaction.
MCP Toolbox for Databases enables your agent to connect to your database.