JSONPlaceholder MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_postsC | Retrieve all posts or a specific post by ID from JSONPlaceholder |
| get_usersC | Retrieve all users or a specific user by ID |
| get_commentsB | Retrieve comments, optionally filtered by post ID or get a specific comment |
| get_albumsB | Retrieve albums, optionally filtered by user ID or get a specific album |
| get_photosB | Retrieve photos, optionally filtered by album ID or get a specific photo |
| get_todosB | Retrieve todos, optionally filtered by user ID or get a specific todo |
| create_postB | Create a new post (simulated - JSONPlaceholder doesn't actually store data) |
| search_postsC | Search posts by title or body content |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_post | Generate a prompt to analyze a specific post |
| user_profile_summary | Generate a prompt to create a comprehensive user profile summary |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_all_posts | Get all posts from JSONPlaceholder |
| get_all_users | Get all users from JSONPlaceholder |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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