puttareddy/mcp-server-rest-api
If you are the rightful owner of mcp-server-rest-api and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The JSONPlaceholder MCP Server is a remote server that exposes tools for interacting with the JSONPlaceholder API, running on Cloudflare Workers.
Tools
Functions exposed to the LLM to take actions
posts_list
Retrieve a list of posts.
posts_get
Retrieve a specific post by ID.
posts_comments
Retrieve comments for a specific post.
comments_list
Retrieve a list of comments.
comments_get
Retrieve a specific comment by ID.
albums_list
Retrieve a list of albums.
albums_get
Retrieve a specific album by ID.
albums_photos
Retrieve photos for a specific album.
users_list
Retrieve a list of users.
users_get
Retrieve a specific user by ID.
users_posts
Retrieve posts for a specific user.
users_albums
Retrieve albums for a specific user.
users_todos
Retrieve todos for a specific user.
todos_list
Retrieve a list of todos.
todos_get
Retrieve a specific todo by ID.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client