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.
Available components
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
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation not fully verified: no authorisation is required to call this server, and 8 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
- HTTPS not yet verified: we couldn't determine whether a plaintext access path exists. View diagnostics → Unverified
- HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
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
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
claude mcp add --transport http dev-workers-mockbird-mockbird-mockbird https://mockbird.mockbird.workers.dev/mcp
[mcp_servers.dev-workers-mockbird-mockbird-mockbird] url = "https://mockbird.mockbird.workers.dev/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"dev-workers-mockbird-mockbird-mockbird": {
"type": "remote",
"url": "https://mockbird.mockbird.workers.dev/mcp",
"enabled": true
}
}
} openclaw mcp add dev-workers-mockbird-mockbird-mockbird --url https://mockbird.mockbird.workers.dev/mcp --transport streamable-http
mcp_servers:
dev-workers-mockbird-mockbird-mockbird:
url: "https://mockbird.mockbird.workers.dev/mcp" {
"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.
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.
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 |
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.
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).
| Name | Type | Req | Description |
|---|---|---|---|
| adminKey | string | yes | The project's adminKey. |
| fields | array | — | Array of {name, type} (or {name, type:'oneOf', values:[…]}). Optional. |
| name | string | yes | Resource name, plural (e.g. products). |
| project | string | yes | Project id. |
| seed | number | — | Records to seed (default 20, max 100). |
| template | string | — | Built-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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | — | Project name (max 60 chars). Optional. |
| preset | string | — | Seeded 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.
| Name | Type | Req | Description |
|---|---|---|---|
| adminKey | string | yes | — |
| body | string | — | Response body template (string; JSON works). |
| contentType | string | — | Default application/json. |
| delayMs | number | — | Artificial latency in ms. |
| method | string | — | Default GET. |
| path | string | yes | e.g. /health, /config/:key, /webhooks/* |
| project | string | yes | — |
| status | number | — | Response 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[]}.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | The raw spec / db.json / collection / CSV text. |
| name | string | — | Project name override. Optional. |
| resource | string | — | CSV only: collection name (default items). |
| seed | number | — | Records 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.
| Name | Type | Req | Description |
|---|---|---|---|
| project | string | yes | Project 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).
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | — | Single record id. Optional. |
| params | object | — | Query params as key→value. Optional. |
| project | string | yes | — |
| resource | string | yes | Resource 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.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | — |
| adminKey | string | yes | — |
| name | string | — | Snapshot name (required for restore/delete; default for save: snapshot-<n>). |
| project | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | — | Record fields (POST/PUT/PATCH). |
| id | string | — | Record id (PUT/PATCH/DELETE). |
| method | string | yes | — |
| project | string | yes | — |
| resource | string | yes | — |
No output schema declared.
No examples provided.