GoRest

GoRest MCP Connector for Claude

A+

Access and manage RESTful data for users, posts, and comments via the GoRest API — perfect for testing, prototyping, and data simulation.

23 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect to the GoRest API to interact with a full suite of RESTful resources. This server allows your AI agent to perform CRUD operations on users, posts, and comments, making it an essential tool for developers needing mock data or testing environments.

What you can do

  • User Management — List, fetch, create, update, and delete user profiles with specific attributes like gender and status.
  • Content Handling — Manage blog-style posts and associated comments across the entire platform.
  • Data Filtering — Query users by name, email, or status to find specific records quickly using advanced filtering.
  • Prototyping — Use the API to simulate real-world application data flows within your AI-driven workflows.

How it works

  1. Subscribe to this server
  2. Enter your GoRest Access Token
  3. Start managing REST resources from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Frontend Developers — quickly populate UI components with realistic mock data without setting up a custom backend.
  • QA Engineers — automate the creation and deletion of test users and posts to verify application logic.
  • Data Analysts — practice querying and manipulating relational-style data structures through a simple REST interface.
rest-apimock-datacrudtestingjson-api

23 tools expose this connector's capabilities to your AI agent.

create_comment

Requires authentication. Add a comment

create_post_comment

Requires authentication. Add a comment to a specific post

create_post

Requires authentication. Create a new post

create_todo

Requires authentication. Create a new todo

create_user_post

Requires authentication. Create a post for a specific user

create_user_todo

Requires authentication. Create a todo for a specific user

create_user

Requires authentication. Create a new user

delete_post

Requires authentication. Delete a post

delete_user

Requires authentication. Delete a user

get_comment

Fetch a single comment

get_post

Fetch a single post

get_todo

Fetch a single todo

get_user

Fetch a single user

list_comments

Supports pagination. List all comments

list_post_comments

Comments on a specific post

list_posts

Supports pagination. List all posts

list_todos

Supports pagination. List all todos

list_user_posts

Posts authored by a specific user

list_user_todos

Todos owned by a specific user

list_users

List users

replace_user

Requires authentication. Replace a user (full)

update_post

Requires authentication. Update a post

update_user

Requires authentication. Update a user (partial)

See how to talk to your AI agent using GoRest.

List the first 10 active female users from GoRest.

I've retrieved the users. Here are the first 10 active female profiles, including 'Aditi Sharma' (ID: 12345) and 'Meera Patel' (ID: 12346).

Create a new post for user 54321 with the title 'MCP Integration' and a short body text.

The post has been successfully created for user 54321. The new post ID is 98765.

Delete the user with ID 13579.

User 13579 has been successfully deleted from the system.

Yes! The `list_users` tool supports optional filters for `name`, `email`, `gender`, and `status`, allowing you to narrow down the results easily.

Related Connectors