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.
Manage users in a JSON file and generate random users with Faker.
A lightweight MCP tool for math, API fetching, and usage monitoring.
Manage task records and seeded documents locally through controlled MCP tool functions.
Upload Postman assets via MCP and run API tests with managed results.