ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Reqres with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Test your front-end against a real API. manage users, resources, and project records for prototyping and testing.

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 · 25 capabilities

The complete Reqres capability set.

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

Capability set01 / 07

01-04

4 capabilities in this set.

Part of 25 available through Reqres.

  1. 01

    Create app record

    Create a user-scoped record in an app collection

  2. 02

    Create user

    Create a user (echoed) in Demo API

  3. 03

    Delete record

    Delete a record from a project collection

  4. 04

    Delete user

    Delete a user in Demo API

Capability set02 / 07

05-08

4 capabilities in this set.

Part of 25 available through Reqres.

  1. 05

    List colors

    List resource colors (Pantone) from Demo API

  2. 06

    List records

    List records in a project collection

  3. 07

    Request magic link

    Request a magic link for App User login

  4. 08

    Verify magic link

    Verify a magic link token to get a session token

Capability set03 / 07

09-12

4 capabilities in this set.

Part of 25 available through Reqres.

  1. 09

    Agent users

    Get paginated users with cursor pagination from Agent Sandbox

  2. 10

    Login demo

    Login with fixture users (returns token)

  3. 11

    Patch user

    Partial update a user (echoed) in Demo API

  4. 12

    Agent health

    Get Agent Sandbox health probe and rate-limit status

Capability set04 / 07

13-16

4 capabilities in this set.

Part of 25 available through Reqres.

  1. 13

    Get me

    Get current app user info

  2. 14

    Agent orders

    Get orders with relational data from Agent Sandbox

  3. 15

    Agent scenarios

    List available failure scenarios in Agent Sandbox

  4. 16

    Create record

    Create a record in a project collection

Capability set05 / 07

17-19

3 capabilities in this set.

Part of 25 available through Reqres.

  1. 17

    Get record

    Get a single record from a project collection

  2. 18

    Get user

    Get a single user by ID from Demo API

  3. 19

    List app records

    List user-scoped records in an app collection

Capability set06 / 07

20-22

3 capabilities in this set.

Part of 25 available through Reqres.

  1. 20

    List users

    List users (paginated) from Demo API

  2. 21

    Patch record

    Partial update a record in a project collection

  3. 22

    Register demo

    Register with fixture users (returns id/token)

Capability set07 / 07

23-25

3 capabilities in this set.

Part of 25 available through Reqres.

  1. 23

    Trigger scenario

    Trigger a specific failure scenario in Agent Sandbox

  2. 24

    Update record

    Update a record (full replace) in a project collection

  3. 25

    Update user

    Update a user (echoed) in Demo API

Observed, not estimated

981ms average. Fast in production.

Reqres is checked daily against the live service.

Daily averagePeak 1340ms
Aug 20Today
Fastest day
808ms
Slowest day
1340ms
14-day trend
Slowing+15%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 25 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 Reqres, so you can see the experience inside your AI.

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

Reqres Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_AtxnuBtQ26tiOA6pBRuixOGykiHBrl8ytWq6813r/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 — Reqres capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "reqres-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_AtxnuBtQ26tiOA6pBRuixOGykiHBrl8ytWq6813r/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 Reqres owners ask.

  • 01

    How can I see the list of available demo users?

    You can use the list_users capability. It supports pagination, so you can specify which page you want to retrieve from the demo database.

  • 02

    Can I test authentication flows like login and registration?

    Yes! Use login_demo or register_demo with fixture emails (like 'eve.holt@reqres.in') to simulate successful authentication and receive a token.

  • 03

    How do I manage custom data for my specific project?

    Use the Project API capabilities like list_records and create_record. You just need to provide a slug to identify your collection and the JSON data payload.