Skip to main content
Glama
danielpdev

JSONPlaceholder MCP Server

by danielpdev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_posts

Retrieve all posts or a specific post by ID from JSONPlaceholder

get_users

Retrieve all users or a specific user by ID

get_comments

Retrieve comments, optionally filtered by post ID or get a specific comment

get_albums

Retrieve albums, optionally filtered by user ID or get a specific album

get_photos

Retrieve photos, optionally filtered by album ID or get a specific photo

get_todos

Retrieve todos, optionally filtered by user ID or get a specific todo

create_post

Create a new post (simulated - JSONPlaceholder doesn't actually store data)

search_posts

Search posts by title or body content

Prompts

Interactive templates invoked by user choice

NameDescription
analyze_postGenerate a prompt to analyze a specific post
user_profile_summaryGenerate a prompt to create a comprehensive user profile summary

Resources

Contextual data attached and managed by the client

NameDescription
get_all_postsGet all posts from JSONPlaceholder
get_all_usersGet all users from JSONPlaceholder

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/danielpdev/mcp-JSONPlaceholder'

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