{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_5wspryvhkb4s","handle":"mockbird","url":"https://wellknown.network/agents/mockbird","links":{"self":"https://wellknown.network/agents/mockbird/record.json","html":"https://wellknown.network/agents/mockbird","markdown":"https://wellknown.network/agents/mockbird/record.md","api":"https://wellknown.network/api/v1/agents/mockbird","status":"https://wellknown.network/api/v1/agents/mockbird/status","claim":"https://wellknown.network/agents/mockbird/claim","claimApi":"https://wellknown.network/api/v1/claims","badge":"https://wellknown.network/agents/mockbird/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air:mockbird.mockbird.workers.dev:server:mockbird","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"Mockbird","summary":"Mock REST APIs + uptime monitors, heartbeats, status alerts for agents: seed, import, query, write.","description":"Mock REST APIs + uptime monitors, heartbeats, status alerts for agents: seed, import, query, write.","publisher":{"name":"dev.workers.mockbird.mockbird","url":null},"homepage":"https://mockbird.mockbird.workers.dev","repository":null,"version":"1.4.0","license":null,"protocols":["mcp"],"tags":[],"pricing":null,"endpoints":[{"url":"https://mockbird.mockbird.workers.dev/mcp","type":"mcp_streamable_http","auth":null,"probeable":true}],"skills":null,"tools":null,"extra":{"updatedAt":"2026-09-04T19:02:02.338357Z","publishedAt":"2026-09-04T19:02:02.338357Z","registryName":"dev.workers.mockbird.mockbird/mockbird"},"attribution":{"kind":"mcp_registry","name":"mcp_registry","summary":"mcp_registry","version":"mcp_registry","description":"mcp_registry","homepageUrl":"mcp_registry","publisherName":"mcp_registry"}},"derived":{"capabilities":[{"slug":"data.apis","name":"API Access","confidence":1,"provenance":"derived"},{"slug":"communication.notifications","name":"Notifications","confidence":1,"provenance":"derived"},{"slug":"automation.scheduling","name":"Scheduling & Cron","confidence":1,"provenance":"derived"},{"slug":"dev.monitoring","name":"Monitoring & Observability","confidence":0.885,"provenance":"derived"},{"slug":"data.database","name":"Databases","confidence":0.859,"provenance":"derived"},{"slug":"infra.cloud","name":"Cloud Platforms","confidence":0.554,"provenance":"derived"},{"slug":"commerce.ecommerce","name":"E-commerce Operations","confidence":0.525,"provenance":"derived"},{"slug":"ai.prompting","name":"Prompt Management","confidence":0.525,"provenance":"derived"}],"categories":["ai","automation","commerce","communication","data","dev","infra"]},"observed":{"status":"live","statusReason":"Responded 2h ago.","lastOkAt":"2026-09-06T01:23:46.856Z","lastProbedAt":"2026-09-06T01:23:46.856Z","statusComputedAt":"2026-09-06T01:24:40.418Z","reliability30d":{"probes":1,"successRate":1,"p50Ms":39},"latestObservations":[{"at":"2026-09-06T01:23:46.856Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":39,"error":null,"detail":{"tools":[{"name":"create_project","description":"Create a new mock REST API project. Returns {id, adminKey, baseUrl, resources[]}. SAVE the adminKey — it is required for admin operations (add_resource, custom_"},{"name":"import_data","description":"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 "},{"name":"add_resource","description":"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"},{"name":"project_info","description":"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,"},{"name":"query_records","description":"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, na"},{"name":"write_record","description":"Create, update, or delete records in a mock resource. Writes persist (unlike JSONPlaceholder/FakeStoreAPI). POST creates (auto-id), PUT replaces, PATCH merges, "},{"name":"custom_route","description":"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}"},{"name":"inspect_requests","description":"Read the project's request inspector: the most recent requests that hit the mock API (method, path, query, status, origin, captured headers incl. x-* — authoriz"},{"name":"delete_project","description":"Permanently delete a project and ALL its data (records, resources, snapshots, custom routes, webhooks, request log). Irreversible. Good practice for short-lived"},{"name":"snapshots","description":"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 FR"},{"name":"check_api_status","description":"Live status of ~58 public mock/testing APIs — JSONPlaceholder, httpbin.org, ReqRes, FakeStoreAPI, DummyJSON, Postman Echo, httpstat.us, Mocky, Mockbin, CrudCrud"},{"name":"uptime_monitor","description":"Free downtime alerts for any public URL — no account, armed in one call. action:\"create\" {url, notify?}: Mockbird GETs the url every 30 minutes from Cloudflare'"},{"name":"heartbeat","description":"Dead man's switch for cron jobs, scheduled tasks, and recurring agent runs — the INVERSE of uptime_monitor: the JOB pings Mockbird, and if the ping stops arrivi"},{"name":"watch_service_status","description":"Subscribe to down/recovered alerts for any of the public mock/testing APIs tracked by check_api_status (httpbin, JSONPlaceholder, ReqRes, FakeStoreAPI, DummyJSO"}],"toolCount":14,"serverName":"mockbird","capabilities":["tools","resources","prompts"],"serverVersion":"1.4.0","protocolVersion":"2025-06-18"}}],"tools":[{"name":"create_project","description":"Create a new mock REST API project. Returns {id, adminKey, baseUrl, resources[]}. SAVE the adminKey — it is required for admin operations (add_resource, custom_"},{"name":"import_data","description":"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 "},{"name":"add_resource","description":"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"},{"name":"project_info","description":"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,"},{"name":"query_records","description":"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, na"},{"name":"write_record","description":"Create, update, or delete records in a mock resource. Writes persist (unlike JSONPlaceholder/FakeStoreAPI). POST creates (auto-id), PUT replaces, PATCH merges, "},{"name":"custom_route","description":"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}"},{"name":"inspect_requests","description":"Read the project's request inspector: the most recent requests that hit the mock API (method, path, query, status, origin, captured headers incl. x-* — authoriz"},{"name":"delete_project","description":"Permanently delete a project and ALL its data (records, resources, snapshots, custom routes, webhooks, request log). Irreversible. Good practice for short-lived"},{"name":"snapshots","description":"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 FR"},{"name":"check_api_status","description":"Live status of ~58 public mock/testing APIs — JSONPlaceholder, httpbin.org, ReqRes, FakeStoreAPI, DummyJSON, Postman Echo, httpstat.us, Mocky, Mockbin, CrudCrud"},{"name":"uptime_monitor","description":"Free downtime alerts for any public URL — no account, armed in one call. action:\"create\" {url, notify?}: Mockbird GETs the url every 30 minutes from Cloudflare'"},{"name":"heartbeat","description":"Dead man's switch for cron jobs, scheduled tasks, and recurring agent runs — the INVERSE of uptime_monitor: the JOB pings Mockbird, and if the ping stops arrivi"},{"name":"watch_service_status","description":"Subscribe to down/recovered alerts for any of the public mock/testing APIs tracked by check_api_status (httpbin, JSONPlaceholder, ReqRes, FakeStoreAPI, DummyJSO"}],"package":null},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"mcp_registry","key":"dev.workers.mockbird.mockbird/mockbird","url":"https://registry.modelcontextprotocol.io/v0/servers/dev.workers.mockbird.mockbird%2Fmockbird","firstSeenAt":"2026-09-05T23:20:59.127Z","fetchedAt":"2026-09-05T23:20:59.127Z","normalizedAt":"2026-09-05T23:20:59.127Z"}]},"firstSeenAt":"2026-09-05T23:20:59.127Z","updatedAt":"2026-09-06T01:24:48.544Z"}