Interact with JSONPlaceholder fake REST APIs for CRUD testing and prototyping.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "jsonplaceholder-mcp" yet — see the docs or source repo.
Use jsonplaceholder-mcp to create a test post with the title "Feature Validation", body "This is sample content for prototype testing", user ID 1, and return the creation result.
A JSON response for the created post, including title, body, user ID, and generated post ID.
Use jsonplaceholder-mcp to fetch the todo list for user ID 2 and summarize it by completion status.
Returns the user's todo data and a grouped summary of completed versus incomplete items.
Use jsonplaceholder-mcp to update the email of user ID 3 to [email protected] and show the field changes before and after the update.
Returns the update result and clearly shows the email field change for API prototype validation.
Query and manage JSONPlaceholder posts, users, and comments with natural language.
Fetch and filter placeholder posts by user ID for testing and analysis.
Generate random JSON data like people, words, values, and coordinates.
Manage users in a JSON file and generate random users with Faker.
Read JSON files and query target data with JSONPath expressions.
Use MCP tools to manage posts and comments with validated CRUD operations.