Mock Llm Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mock Llm Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server for Mock LLM API — mock OpenAI, Anthropic, and Google Gemini responses for testing AI integrations. No real API keys or token spend required.
pip install mock-llm-mcp
# or
uvx mock-llm-mcp{
"mcpServers": {
"mock-llm": {
"command": "uvx",
"args": ["mock-llm-mcp"],
"env": {
"MOCK_LLM_API_KEY": "your-key-here"
}
}
}
}No API key required for the free tier (500 calls/day). Get a key at rebaselabs.online for higher limits.
| Tool | Description |
|---|---|
mock_quick | Quickest mock response — provider-agnostic, auto-detects response type |
mock_openai_chat | Drop-in mock for POST /v1/chat/completions (OpenAI format) |
mock_anthropic_message | Drop-in mock for POST /v1/messages (Anthropic format) |
mock_google_generate | Drop-in mock for Google Gemini generateContent |
mock_simulate_error | Simulate specific LLM errors (rate limit, timeout, invalid key, etc.) |
list_mock_models | List available mock models for a provider |
mock_quick(prompt="Explain quantum computing", length="short")mock_openai_chat(
messages=[{"role": "user", "content": "Hello!"}],
model="gpt-4o",
response_type="text"
)mock_simulate_error(provider="anthropic", error_type="rate_limit")mock_quick(prompt="Write a haiku", seed=42)All mock tools support:
length: "short", "medium", "long", "xl", "random"response_type: "auto", "text", "code", "json", "markdown", "list"error: "none", "rate_limit", "server_error", "timeout", "invalid_key", "context_length", "content_filter"delay_ms: 0–5000 — artificial latencyseed: integer — reproducible responses| Variable | Description | Default |
|---|---|---|
MOCK_LLM_API_KEY | API key for authenticated access | `` (free tier) |
MOCK_LLM_API_URL | Override API base URL | https://mock-llm-api.rebaselabs.online |
Mock LLM MCP is part of the RebaseKit suite of agent-native APIs:
"The internet was built for humans. RebaseKit makes it work for agents."
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.