Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Mockbird

REMOTE · MOCKBIRD.MOCKBIRD.WORKERS.DEV · SCANNED AUG 3

Create hosted mock REST APIs as tools: seed fake data, import specs, query, write, snapshot. Free.

56 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability64
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1655 tokens (~206/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management20
  • Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage91
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 74% of tool parameters carry a description.Partial
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mockbird.mockbird.workers.dev

# add to Claude Code
claude mcp add --transport http dev-workers-mockbird-mockbird-mockbird https://mockbird.mockbird.workers.dev/mcp
# ~/.codex/config.toml
[mcp_servers.dev-workers-mockbird-mockbird-mockbird]
url = "https://mockbird.mockbird.workers.dev/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-workers-mockbird-mockbird-mockbird": {
      "type": "remote",
      "url": "https://mockbird.mockbird.workers.dev/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dev-workers-mockbird-mockbird-mockbird --url https://mockbird.mockbird.workers.dev/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  dev-workers-mockbird-mockbird-mockbird:
    url: "https://mockbird.mockbird.workers.dev/mcp"
// mcp.json
{
  "mcpServers": {
    "dev-workers-mockbird-mockbird-mockbird": {
      "type": "http",
      "url": "https://mockbird.mockbird.workers.dev/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “query_records” rewrote its description, which is the text the model reads security
    • Schema quality: good → excellent functional
  • 2 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 −2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1
    • Stability: unverified → 0.03 functional
  • 28 Jul 26 55

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://mockbird.mockbird.workers.dev/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mockbird.workers.dev CN=WE1,O=Google Trust Services,C=US 25 Jul 2026 23 Oct 2026 ECDSA 256 ECDSA-SHA256 a42b370d4a57b85213ed9c970982292d
SANs: mockbird.workers.dev, *.mockbird.workers.dev
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of mockbird.mockbird.workers.dev. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
dev. present 60074 8 Verified
workers.dev. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mockbird.mockbird.workers.dev/mcp Verified 200
http (plaintext) http://mockbird.mockbird.workers.dev/mcp Inconclusive 405
MCP tools — 8 exposed · ~1,432 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
add_resource ~297

Add a resource (collection) to a project and seed it with realistic fake data. Either pass template (one of the built-ins, e.g. users, products, posts, comments, orders, todos, reviews, customers, events) or fields: an array of {name, type} where type ∈ uuid|firstName|lastName|fullName|username|email|avatar|image|word|words|title|sentence|paragraph|number|price|percent|boolean|date|pastDate|futureDate|url|domain|ip|phone|city|country|address|zipCode|company|jobTitle|color|latitude|longitude|rating|age|slug|status|category|refId, plus {name, type:"oneOf", values:[...]} for enums. seed = number of records to generate (default 20, max 100, 0 = empty).

NameTypeReqDescription
adminKeystringyesThe project's adminKey.
fieldsarrayArray of {name, type} (or {name, type:'oneOf', values:[…]}). Optional.
namestringyesResource name, plural (e.g. products).
projectstringyesProject id.
seednumberRecords to seed (default 20, max 100).
templatestringBuilt-in template name. Optional (use this OR fields).

No output schema declared.

No examples provided.

create_project ~204

Create a new mock REST API project. Returns {id, adminKey, baseUrl, resources[]}. SAVE the adminKey — it is required for admin operations (add_resource, custom_route, snapshots) and is shown only once. Presets seed a full multi-resource backend: blog (posts/comments/authors), ecommerce (products/orders/customers/reviews), saas (users/teams/events). Omit preset for a starter project (one seeded "items" resource — live data immediately, reshape or delete it); use "blank" for a truly empty project you fill via add_resource or import_data. The mock API is then live at baseUrl: standard REST CRUD (GET/POST/PUT/PATCH/DELETE), CORS enabled, no auth needed.

NameTypeReqDescription
namestringProject name (max 60 chars). Optional.
presetstringSeeded preset; 'blank' = truly empty. Omit for a starter project. Optional.

No output schema declared.

No examples provided.

custom_route ~205

Define a custom endpoint on a project (like /health, /config/:key, or a catch-all /webhooks/* request bin). body is a response template: {{query.x}} {{params.x}} {{body.x}} {{headers.x}} {{method}} {{path}} {{now}} {{ts}} {{uuid}} {{rand}}; triple braces {{{body}}} insert raw JSON. Custom routes take precedence over resource routes; '*' catch-alls are a fallback. Max 20 routes/project.

NameTypeReqDescription
adminKeystringyes
bodystringResponse body template (string; JSON works).
contentTypestringDefault application/json.
delayMsnumberArtificial latency in ms.
methodstringDefault GET.
pathstringyese.g. /health, /config/:key, /webhooks/*
projectstringyes
statusnumberResponse status (default 200).

No output schema declared.

No examples provided.

import_data ~180

Create a live mock API from existing artifacts. Auto-detects: OpenAPI 3.x / Swagger 2.0 spec (JSON or YAML) → resources with realistic seeded data; json-server db.json → hosts your exact records; Postman Collection v2.x → resources from requests, saved example responses become records verbatim; CSV/TSV → one typed collection (numbers/booleans inferred per column). Max 512 KB. Returns {id, adminKey, baseUrl, warnings[]}.

NameTypeReqDescription
contentstringyesThe raw spec / db.json / collection / CSV text.
namestringProject name override. Optional.
resourcestringCSV only: collection name (default items).
seednumberRecords to seed per resource for OpenAPI specs (default 20, max 100).

No output schema declared.

No examples provided.

project_info ~80

Get a project's public root index: every resource with record counts and URLs, custom routes, auth mode, and export links (openapi.json, types.ts, postman.json, db.json, GraphQL). No adminKey needed. Try project "demo" for the shared public playground.

NameTypeReqDescription
projectstringyesProject id (e.g. demo).

No output schema declared.

No examples provided.

query_records ~247

GET records from a mock resource. params is an object of query parameters, all optional: exact filters (field=value), operator suffixes (price_gte, date_lte, name_like, status_ne), full-text q, _sort/_order (or _page/_limit for pagination), select (field projection, e.g. "name,price"), _expand=<parent>/_embed=<children> relations. Failure simulation for testing: mock_status=503 forces that status, mock_delay=2000 adds latency (ms), mock_chaos=0.3 fails that fraction of requests randomly, mock_seq=503,503,200 serves a deterministic status sequence (fail twice then succeed — best for retry tests), mock_jitter=500 adds random latency, mock_envelope=data wraps the response. Pass id to fetch a single record. Defaults to _limit=25 — pass _limit explicitly for more (max 100 per page).

NameTypeReqDescription
idstringSingle record id. Optional.
paramsobjectQuery params as key→value. Optional.
projectstringyes
resourcestringyesResource name (e.g. products).

No output schema declared.

No examples provided.

snapshots ~112

Deterministic test fixtures: save the project's entire dataset under a name, restore it exactly later (list/delete too). Any GET can also be served read-only FROM a snapshot without touching live data via query param mock_snapshot=<name> in query_records params — parallel test scenarios on one project.

NameTypeReqDescription
actionstringyes
adminKeystringyes
namestringSnapshot name (required for restore/delete; default for save: snapshot-<n>).
projectstringyes

No output schema declared.

No examples provided.

write_record ~107

Create, update, or delete records in a mock resource. Writes persist (unlike JSONPlaceholder/FakeStoreAPI). POST creates (auto-id), PUT replaces, PATCH merges, DELETE removes. id required for PUT/PATCH/DELETE.

NameTypeReqDescription
bodyobjectRecord fields (POST/PUT/PATCH).
idstringRecord id (PUT/PATCH/DELETE).
methodstringyes
projectstringyes
resourcestringyes

No output schema declared.

No examples provided.