ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use GoRest with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Access and manage RESTful data for users, posts, and comments via the GoRest API. perfect for testing, prototyping, and data simulation.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 23 capabilities

The complete GoRest capability set.

These are the exact actions your AI can choose when you ask it to work with GoRest.

Capability set01 / 06

01-04

4 capabilities in this set.

Part of 23 available through GoRest.

  1. 01

    Create post

    Requires authentication. Create a new post

  2. 02

    Create todo

    Requires authentication. Create a new todo

  3. 03

    Create user todo

    Requires authentication. Create a todo for a specific user

  4. 04

    Create user

    Requires authentication. Create a new user

Capability set02 / 06

05-08

4 capabilities in this set.

Part of 23 available through GoRest.

  1. 05

    Delete user

    Requires authentication. Delete a user

  2. 06

    Get post

    Fetch a single post

  3. 07

    Get user

    Fetch a single user

  4. 08

    List post comments

    Comments on a specific post

Capability set03 / 06

09-12

4 capabilities in this set.

Part of 23 available through GoRest.

  1. 09

    Update post

    Requires authentication. Update a post

  2. 10

    Update user

    Requires authentication. Update a user (partial)

  3. 11

    Create post comment

    Requires authentication. Add a comment to a specific post

  4. 12

    Create user post

    Requires authentication. Create a post for a specific user

Capability set04 / 06

13-16

4 capabilities in this set.

Part of 23 available through GoRest.

  1. 13

    Delete post

    Requires authentication. Delete a post

  2. 14

    Get comment

    Fetch a single comment

  3. 15

    Get todo

    Fetch a single todo

  4. 16

    List comments

    Supports pagination. List all comments

Capability set05 / 06

17-20

4 capabilities in this set.

Part of 23 available through GoRest.

  1. 17

    List users

    List users

  2. 18

    Replace user

    Requires authentication. Replace a user (full)

  3. 19

    List todos

    Supports pagination. List all todos

  4. 20

    List user posts

    Posts authored by a specific user

Capability set06 / 06

21-23

3 capabilities in this set.

Part of 23 available through GoRest.

  1. 21

    List user todos

    Todos owned by a specific user

  2. 22

    List posts

    Supports pagination. List all posts

  3. 23

    Create comment

    Requires authentication. Add a comment

Observed, not estimated

1084ms average. Fast in production.

GoRest is checked daily against the live service.

Daily averagePeak 1358ms
Aug 20Today
Fastest day
826ms
Slowest day
1358ms
14-day trend
Slowing+16%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 23 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of GoRest, so you can see the experience inside your AI.

It does not authenticate your account with GoRest. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

GoRest Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_Qny16xW7K5GOX46H0i4N9aUcRHuq8regt4wDp5Bb/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — GoRest capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "gorest-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_Qny16xW7K5GOX46H0i4N9aUcRHuq8regt4wDp5Bb/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions GoRest owners ask.

  • 01

    Can I filter users by their status or gender using this server?

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

  • 02

    Is it possible to perform partial updates on a user profile?

    Absolutely. Use the update_user capability to modify specific fields like email or status without needing to provide the entire user object.

  • 03

    How can I view all comments across the platform?

    You can use the list_comments capability, which supports pagination to help you browse through all recorded comments in the system.