Skip to content
Vinkius

Nhost Connector for AI agents.

15 live capabilities

Manage user authentication and cloud storage through natural language.

Live agent request Nhost / Connector

Waiting for input…

AI Agent

Why people use Nhost

Nhost for Faster Authentication Testing

This Connector cuts that cycle down to a single sentence. You tell your agent to register a user and then immediately try a sign-in. It handles the heavy lifting behind the scenes, letting you focus on whether the logic actually works.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • Visual Studio Code
  • Windsurf

What Vinkius changes

You get a natural language interface for your Nhost backend.

Use it from Claude, ChatGPT, Cursor or another AI client you already have.

One account · 6,100+ Connectors

  1. Real-world use case 01

    Testing Auth: A dev needs to see if magic links work.

    A developer asks the agent to use `signin_passwordless_email` for a test account to verify that the magic link arrives in the inbox.

  2. Real-world use case 02

    Data Migration: An engineer needs to move files.

    An engineer uses `upload_file` to move assets into a specific bucket, checking the returned metadata to ensure the upload finished.

  3. Real-world use case 03

    Customer Support: A support rep needs to check a user's email.

    A support rep uses `get_user` to see the profile details of a customer who's having trouble logging in.

Complete set · 15capabilities

The complete Nhost capability set.

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

Capability set01 / 04

01—04

4 capabilities in this set.

Part of 15 available through Nhost.

  1. 01 Capability

    Get file presigned url

    Get a temporary URL to access a specific file. This is useful for private file delivery.

  2. 02 Capability

    Signin otp email

    Start an email-based one-time password login. Use this to test multi-factor or OTP flows.

  3. 03 Capability

    Signin passwordless email

    Send a magic link for passwordless authentication. This initiates the magic link flow.

  4. 04 Capability

    Signout

    End the current session and invalidate refresh tokens. Use this to clear user sessions.

Capability set02 / 04

05—08

4 capabilities in this set.

Part of 15 available through Nhost.

  1. 05 Capability

    Signup email password

    Register a new user account with an email and password. This handles standard registration.

  2. 06 Capability

    Signup otp email

    Create a new account using an email OTP. Use this to test secure registration flows.

  3. 07 Capability

    Upload file

    Save a file to your Nhost bucket and get the metadata back. This supports text and base64 content.

  4. 08 Capability

    Get file

    Download the complete content of a file. It also supports optional image transformation parameters.

Capability set03 / 04

09—12

4 capabilities in this set.

Part of 15 available through Nhost.

  1. 09 Capability

    Get user

    Pull profile info for the currently authenticated user. This requires your NHOST_JWT credential.

  2. 10 Capability

    Refresh token

    Generate a new JWT access token using a valid refresh token. This helps keep sessions active.

  3. 11 Capability

    Reset password

    Request a password reset email for a specific user. Use this to trigger account recovery flows.

  4. 12 Capability

    Signin anonymous

    Create an anonymous user session for guest access. This is great for testing public areas.

Capability set04 / 04

13—15

3 capabilities in this set.

Part of 15 available through Nhost.

  1. 13 Capability

    Signin email password

    Authenticate a user using their email and password. This handles standard login flows.

  2. 14 Capability

    Change email

    Request a change to the authenticated user's email address. This requires elevated credentials.

  3. 15 Capability

    Delete file

    Permanently remove a file from your storage. Use this to clean up your buckets.

Set up in minutes

One URL. Then ask Nhost to work.

Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Nhost from the conversation.

Choose your client

Live preview
Advanced clients IDE · CLI

Claude · Web + desktop

Official guide ↗

Connector URL · ready to paste

Streamable HTTP
https://edge.vinkius.com/vk_preview_MFFyb71fXEU1fDy4Y51JTMmYHnFDWoQWhoWKMoU6/mcp
  1. Step 01

    Open Connectors

    In Claude Web or Claude Desktop, open Settings and choose Connectors.

  2. Step 02

    Add the URL

    Choose Add custom connector, name it Nhost, and paste the URL above.

  3. Step 03

    Turn it on in chat

    Select +, open Connectors, and enable Nhost for the conversation.

Where the request belongs

Work Nhost can move forward.

Built around the request

For the developer who's tired of manual QA on auth flows or the support person who needs to check a user's account status without hunting for a login.

01

Full-stack Developer

Tests sign-in flows and checks file uploads in the IDE without switching to a browser.

02

DevOps Engineer

Automates user provisioning and manages cloud storage buckets through simple conversation.

03

Support Specialist

Verifies user profiles and resets passwords for customers to resolve issues faster.

Bring your own AI

Change the model, client or framework. Keep Nhost connected.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • VS Code
  • Windsurf
  • ZCode
  • Cline
  • Zed
  • Continue
  • Kiro
  • Roo Code
  • Zencoder
  • Goose
  • Void
  • Augment Code
  • Amp
  • Qodo
  • Tabnine
  • Pieces
  • Sourcegraph Cody
  • JetBrains
  • Warp
  • Amazon Q
  • Antigravity
  • BoltAI
  • Raycast
  • Jan
  • LM Studio
  • AnythingLLM
  • Open WebUI
  • Msty
  • Cherry Studio
  • LibreChat
  • TypingMind
  • Chorus
  • 5ire
  • n8n
  • LangChain
  • LlamaIndex
  • CrewAI
  • Vercel AI SDK

Before you connect

Questions about Nhost.

The practical details behind the request, access and result.

What can I do with the Nhost MCP?

You can manage your entire Nhost backend through natural language. This includes creating users, handling logins, and managing cloud storage files directly from your AI client.

How do I manage users with the Nhost MCP?

You can ask your agent to register new accounts, retrieve profile details, or initiate password resets without ever opening the Nhost dashboard.

Can I handle file uploads using the Nhost MCP?

Yes, you can ask your agent to upload files to your buckets, delete old assets, or generate temporary presigned URLs for sharing.

Is the Nhost MCP good for testing magic links?

It's perfect for that. You can tell your agent to initiate passwordless authentication and then verify that the magic link was sent correctly.

How do I use the Nhost MCP to sign out users?

Just tell your agent to sign out the current user. It will invalidate the refresh tokens and end the session for you.

Can I get presigned URLs with the Nhost MCP?

Yes, the Connector can generate a temporary presigned URL for any file in your storage, which is great for secure file delivery.

How can I retrieve the profile of the currently logged-in user?

Use the get_user capability. It fetches the authenticated user's profile information, including their ID and metadata, provided a valid JWT is configured.

Is it possible to store documents or images using this server?

Yes. The upload_file action allows you to send raw text or base64 content along with a filename directly to your Nhost Storage bucket.

Can I initiate a login without requiring a password?

Absolutely. Use the signin_passwordless_email capability to send a magic link to a user's email address for a seamless passwordless authentication experience.

One connection away

Give your agent a direct line to Nhost.

Connect Nhost once. Keep it beside 6,100+ managed Connectors when the next task needs more.

Explore every Connector No credit card required · Free tier available