Skip to main content
Glama
chatre7

jsonplaceholder-mcp

by chatre7

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_postsA

Get posts from JSONPlaceholder. Can retrieve all posts, a specific post by ID, or filter by user ID.

get_usersA

Get users from JSONPlaceholder. Can retrieve all users or a specific user by ID.

get_commentsA

Get comments from JSONPlaceholder. Can retrieve all comments, a specific comment by ID, or comments for a specific post.

get_todosA

Get todos from JSONPlaceholder. Can retrieve all todos, a specific todo by ID, or filter by user ID.

create_postA

Create a new post on JSONPlaceholder. Note: This won't actually be saved to the server, but will simulate the creation.

update_postA

Update an existing post on JSONPlaceholder. Note: This won't actually update the server, but will simulate the update.

delete_postA

Delete a post on JSONPlaceholder. Note: This won't actually delete from the server, but will simulate the deletion.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
JSONPlaceholder API InformationInformation about the JSONPlaceholder API

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chatre7/jsonplaceholder-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server