@pipeworx/jsonplaceholder
Connect: https://gateway.pipeworx.io/jsonplaceholder/mcp · Install: one-click buttons
No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.
Tools: 4
Tools
- get_posts — Fetch all fake blog posts for testing and prototyping. Returns post ID, user ID, title, and body text.
- get_post — Fetch a single fake blog post by ID (e.g., “1”). Returns post ID, user ID, title, and body text.
- get_users — Fetch all fake users for testing. Returns name, username, email, address, phone, website, and company details.
- get_comments — Fetch comments for a specific post by post ID (e.g., “1”). Returns comment ID, commenter name, email, and body text.
Tools
get_comments— Fetch comments for a specific post by post ID (e.g., 1 ). Returns comment ID, commenter name, email, and body text.get_post— Fetch a single fake blog post by ID (e.g., 1 ). Returns post ID, user ID, title, and body text.get_posts— Fetch all fake blog posts for testing and prototyping. Returns post ID, user ID, title, and body text.get_users— Fetch all fake users for testing. Returns name, username, email, address, phone, website, and company details.