JSON Placeholder Posts MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@JSON Placeholder Posts MCPget posts for user 1"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
JSON Placeholder Posts MCP
A small UV-managed FastMCP server that calls:
https://json-placeholder.mock.beeceptor.com/postsIt exposes one MCP tool, get_posts_by_user, which supports elicitation. If the
caller does not provide userId, the server asks the MCP client/user for it.
The tool also emits MCP server notifications with log messages and progress
updates while it resolves the user, fetches posts, and filters results.
Setup
uv syncRelated MCP server: JSONPlaceholder MCP Server
Run
For MCP clients that use stdio:
uv run json-placeholder-posts-mcpFor local HTTP testing:
uv run json-placeholder-posts-mcp --transport streamable-httpBy default the HTTP server listens at:
http://127.0.0.1:8000/mcpYou can override the host and port with environment variables:
HOST=127.0.0.1 PORT=9000 uv run json-placeholder-posts-mcp --transport streamable-httpTool
get_posts_by_user
Fetches all posts from the Beeceptor API and returns only posts matching the
provided userId.
Input:
{
"userId": 1
}If userId is omitted and the MCP client supports elicitation, the server asks:
Enter the userId to fetch posts for.Output:
{
"userId": 1,
"count": 2,
"posts": [],
"source": "https://json-placeholder.mock.beeceptor.com/posts"
}Development
uv run pytest
uv run ruff check .This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/GowthamS05/mcp_elicitation'
If you have feedback or need assistance with the MCP directory API, please join our Discord server