io.github.K-Cupples/mockmcp
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Versions
0.1.0latestTools 12
list_orders List mock orders with optional pagination and status filter.
get_order Fetch a single mock order by ID or numeric seed.
list_users List mock users with optional pagination. Returns a deterministic set of fake users useful for prototyping agents.
get_user Fetch a single mock user by ID or numeric seed.
create_user Create a mock user. Data is not persisted — returns a fresh fake user echoing your inputs.
list_events List mock analytics events, optionally filtered by user or event type.
create_event Record a mock analytics event. Not persisted — echoes your input with a generated id and timestamp.
create_order Create a mock order. Not persisted — returns a freshly generated order echoing your items.
list_products List mock products with optional pagination. Deterministic fake data.
get_product Fetch a single mock product by ID or numeric seed.
search_knowledge_base Search a mock knowledge base. Returns fake articles ranked by a pseudo-relevance score.
send_email Send a mock email. Nothing is actually delivered — returns a success response with a generated message ID.
Permissions 1
env_vars low