Loading...
Mock REST API with posts, users, comments, todos, albums, and photos
Connect your agent to use all 13 tools:
claude mcp add datafaucet-sandbox https://datafaucet.dev/api/sandbox"datafaucet-sandbox": { "url": "https://datafaucet.dev/api/sandbox" }list_postsList all 100 sample posts with title, body, and userId fieldsRun →GETlist_usersList all 10 sample users with name, email, company, and addressRun →GETlist_todosList all 200 sample todos with title and completed status per userRun →GETlist_albumsList all 100 sample photo albums with title and userIdRun →get_postGet a single post by ID with title, body, and userId (1-100)
id="1"
get_commentsGet all comments for a post including name, email, and body text
postId="1"
get_user_by_idGet user profile by ID (1-10) including email, phone, company, and website
id="1"
list_photosList photos in an album with title, full URL, and thumbnail URL
albumId="1"
get_user_postsGet all posts authored by a specific user (1-10) with title and body
userId="1"
get_user_todosGet all todos for a specific user (1-10)
userId="1"
get_user_albumsGet all albums for a specific user (1-10)
userId="1"
create_postCreate a new post (simulated write, returns created resource with ID)
update_postUpdate an existing post by ID (simulated write, returns updated resource)
id="1"