Jsonplaceholder
Server Details
JSONPlaceholder MCP — wraps JSONPlaceholder fake REST API (free, no auth)
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 48.5% over 38 days
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- pipeworx-io/mcp-jsonplaceholder
- GitHub Stars
- 0
- Server Listing
- mcp-jsonplaceholder
TDQS
Scored across 35 tools
Most tools have distinct purposes (memory, subscription, polymarket, JSONPlaceholder CRUD), but the ask_pipeworx / ask_pipeworx_beta / ask_pipeworx_grounded trio are near-identical by their own admission (beta 'currently matches ask_pipeworx exactly'), and meta-tools like entity_profile vs compare_entities vs recent_changes vs resolve_entity overlap enough to need careful reading. The very long descriptions do a lot of disambiguating work, which keeps this above a 2.
Casing is uniformly snake_case, but the verb conventions are mixed: get_/list_/ask_/scan_/resolve_ verbs coexist with noun-only names (entity_profile, bet_research, deep_research, recent_changes, polymarket_edges, pipeworx_trending). It is still readable and prefixed reasonably (polymarket_*, ask_pipeworx_*), so a middle score fits.
35 tools is well above the 15-tool comfort band and crosses into 'too many' territory, especially with three overlapping ask_pipeworx variants. A broad data gateway justifies a large surface, but several tools (beta router, edge_tracker, kalshi_spread) feel like edge additions rather than essential members.
The server is named Jsonplaceholder yet only 4 of 35 tools touch that domain (get_posts, get_post, get_comments, get_users), and those are read-only — no create/update/delete for posts, comments, or users, a notable lifecycle gap. The gateway/meta and polymarket surfaces are broad, but the namesake domain is incompletely covered.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Changed
bet_research2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "market": "when-will-bitcoin-hit-150k" - }, - { - "market": "https://polymarket.com/event/when-will-bitcoin-hit-150k" - } -]New value: +[ + { + "market": "will-kristi-noem-win-the-2028-republican-presidential-nomination" + }, + { + "market": "https://polymarket.com/event/will-kristi-noem-win-the-2028-republican-presidential-nomination" + } +] - changed
Input schema / properties / market / descriptionPrevious value: -"Polymarket slug (\"when-will-bitcoin-hit-150k\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."New value: +"Polymarket slug (\"will-kristi-noem-win-the-2028-republican-presidential-nomination\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."
2 tool updates
- Changed
bet_research1 field changed- changed
Input schema / properties / market / descriptionPrevious value: -"Polymarket slug (\"will-bitcoin-hit-150k-by-june-30-2026\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k by June 30?\")"New value: +"Polymarket slug (\"when-will-bitcoin-hit-150k\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."
- Changed
polymarket_kalshi_spread2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "topic": "fed" - }, - { - "topic": "btc" - } -]New value: +[ + { + "topic": "fed" + }, + { + "topic": "btc" + }, + { + "topic": "bitcoin" + }, + { + "topic": "fed rate decision" + } +] - changed
Input schema / properties / topic / descriptionPrevious value: -"Pre-mapped: fed | btc | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president"New value: +"Subject to compare. Canonical keys: fed | btc | eth | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president — but aliases and keywords resolve too (\"bitcoin\", \"fed rate decision\", \"ethereum\", \"inflation\", \"s&p 500\", \"us recession\", \"next pope\", \"2028 election\"). Check resolution.topic_matched_by in the response: \"exact\"/\"alias\" is a curated pairing, \"phrase\"/\"token\" is a keyword guess."
1 tool update
- Changed
bet_research1 field changed- changed
Input schema / examplesPrevious value: -[ - { - "market": "will-bitcoin-reach-100k-in-july-2026" - }, - { - "market": "https://polymarket.com/event/will-bitcoin-hit-150k-by-june-30-2026" - } -]New value: +[ + { + "market": "when-will-bitcoin-hit-150k" + }, + { + "market": "https://polymarket.com/event/when-will-bitcoin-hit-150k" + } +]
Related MCP Connectors
Random User MCP — wraps randomuser.me (free, no auth)
Rick and Morty MCP — wraps The Rick and Morty API (free, no auth)
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables interaction with the JSONPlaceholder REST API for managing posts, comments, and users through MCP tools.-
- FlicenseAqualityDmaintenanceAn MCP server that provides tools to interact with the JSONPlaceholder fake REST API for testing and prototyping, supporting CRUD operations on posts, comments, todos, and users.7-
- FlicenseNot gradedqualityBmaintenanceExposes MCP tools for user CRUD operations (get, list, create, update, delete) by routing requests through shared business logic and an API client, using JSONPlaceholder as the demo backend.-
- AlicenseNot gradedqualityBmaintenanceMCP server for drupal.org's public REST API. Enables querying projects, issues, comments, and user information on drupal.org.5 npmGPL 2.0
Glama MCP Gateway
Add one secure layer between your agents and this server.