Skip to content
View instatunnel's full-sized avatar
  • Joined Feb 19, 2026

Block or report instatunnel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
instatunnel/README.md

InstaTunnel CLI

npm version License: MIT

InstaTunnel is a secure localhost tunnel service for developers who need a fast ngrok alternative for webhook testing, MCP endpoint tunneling, OAuth callback testing, and demo links.

Website: https://instatunnel.my

Why developers use InstaTunnel

  • HTTPS tunnel for localhost in one command
  • Custom subdomains on *.instatunnel.my
  • CLI + web dashboard workflow
  • Built-in analytics and request logs
  • MCP tunnel support for AI tooling workflows
  • Better pricing for frequent webhook and API testing

Install

npm install -g instatunnel

Verify:

instatunnel --version

Update:

npm install -g instatunnel@latest

Quick start

  1. Create or recover account access:
instatunnel auth login -e you@example.com
  1. Save your API key locally:
instatunnel auth set-key "it_your_api_key"
  1. Run a localhost tunnel:
instatunnel 3000 --subdomain myapp
  1. Optional: confirm saved key:
instatunnel auth show-key --reveal --copy

MCP tunnel quick start

For MCP streaming endpoints, use transport v2:

instatunnel 8787 --mcp --transport v2 --subdomain mymcp

Use the generated URL in your MCP client config:

{
  "url": "https://mymcp.instatunnel.my/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_MCP_TOKEN"
  }
}

Common use cases

  • Local webhook testing for Stripe, GitHub, Shopify, Twilio, PayPal
  • OAuth callback development on localhost
  • Sharing local QA/demo builds with teammates
  • Exposing local MCP servers securely over HTTPS
  • Temporary public API endpoint for integration tests

InstaTunnel vs ngrok

If you are searching for terms like ngrok alternative, localhost tunnel, secure tunnel, webhook testing tool, or MCP tunnel, InstaTunnel is designed for those exact workflows with a CLI-first experience and lower-cost paid plans.

Documentation

Local docs in this repo:

  • docs/quickstart.md
  • docs/configuration.md
  • docs/webhooks.md
  • docs/mcp.md
  • docs/troubleshooting.md

Support

Public repo scope

This public repository is focused on the InstaTunnel CLI docs and user-facing setup material. Managed service infrastructure and internal platform services run in private repositories.

License

MIT. See ./LICENSE

Popular repositories Loading

  1. instatunnel instatunnel Public

    Instant, mcp supported secure localhost tunneling with custom subdomains, analytics, and a modern web dashboard.