Oops! Facing network problem. Unable to load this page. Refresh

Please Wait...

Hello Guest

logo

Connect SPRL to Claude, Gemini, Cursor & Other MCP-Compatible AI Assistants

Know why choose SPRL

SPRL MCP Integration

Model Context Protocol (MCP)

Connect SPRL to Your Favorite AI Assistant

Create short URLs, generate QR codes, organize folders, manage branded links, and view analytics directly from Claude, Gemini, Cursor and other MCP-compatible AI assistants.

OAuth 2.1 PKCE Remote MCP No API Keys

Quick Start

The SPRL MCP Server enables AI assistants like Claude, Gemini and Cursor to securely interact with your SPRL account using natural language.

Authenticate once with OAuth 2.1 and start creating short URLs, QR codes and analytics directly from your AI assistant.

Why SPRL MCP?

Manage Your URLs Directly from Your AI Assistant

The Model Context Protocol (MCP) allows AI assistants like Claude, Gemini and Cursor to securely connect with your SPRL account. Create short URLs, generate QR codes, organize folders and view analytics without leaving your AI conversation.

Natural Language Commands

Simply ask your AI assistant to create, update, organize or analyze your links using everyday language.

Secure OAuth Authentication

Authenticate once using OAuth 2.1 with PKCE. No passwords or API keys are shared with your AI assistant.

Work Faster

Create short links, generate QR codes, retrieve analytics and organize folders without opening multiple dashboards.

Works Across AI Clients

Connect Claude, Gemini, Cursor and other MCP-compatible AI assistants using the same secure SPRL account.

Try asking your AI assistant:
Create a short URL for https://example.com
Generate a QR code for this link.
Show analytics for my latest campaign.
Move all marketing links into the Summer Campaign folder.
Update the destination URL.
Delete expired links.

Supported AI Clients

Connect SPRL to Your Favorite AI Assistant

SPRL integrates with leading AI assistants through Model Context Protocol (MCP) and OpenAPI Actions. Authenticate securely using OAuth and start managing your links with natural language.

Claude
Claude
Verified
Remote MCP

Connect using OAuth 2.1 with secure Remote MCP.

Claude Desktop

Connect SPRL to Claude using the Model Context Protocol (MCP).

1. Open Claude Desktop

Go to Settings → Developer → MCP Servers.

2. Add MCP Configuration
JSON Configuration
{ "mcpServers": { "sprl": { "type": "http", "url": "https://mcp.insprl.com/mcp" } }
}
3. Authenticate

Restart Claude. When prompted, sign in with your SPRL account to authorize access.

Gemini
Gemini
Verified
Remote MCP

Connect using OAuth 2.1 with secure Remote MCP.

Gemini CLI

Connect SPRL to Gemini CLI using the Model Context Protocol (MCP).

1. Install Gemini CLI

Install Gemini CLI from Google's official documentation if it is not already installed.

2. Open MCP Configuration

Open your Gemini CLI MCP configuration file or create one if it doesn't exist.

3. Add MCP Configuration
JSON Configuration
{ "mcpServers": { "sprl": { "httpUrl": "https://mcp.insprl.com/mcp", "trust": true } }
}
4. Authenticate

Run the MCP authentication command when prompted and authorize your SPRL account using OAuth.

5. Authenticate Command
BASH Configuration
/mcp auth sprl
Cursor
Cursor
Verified
Remote MCP

Connect using OAuth 2.1 with secure Remote MCP.

Cursor

Connect SPRL to Cursor using the Model Context Protocol (MCP).

1. Open Cursor Settings

Open Cursor and navigate to Settings → MCP Servers.

2. Add MCP Configuration
JSON Configuration
{ "mcpServers": { "sprl": { "type": "http", "url": "https://mcp.insprl.com/mcp" } }
}
3. Save Configuration

Save the configuration and restart Cursor if required.

4. Authenticate

Open the Chat panel and use any SPRL tool. Cursor will automatically launch the OAuth sign-in page. Sign in with your SPRL account and approve access.

ChatGPT
ChatGPT
Verified
OpenAPI Actions

Connect using OpenAPI Actions with OAuth authentication.

ChatGPT

Connect your SPRL account to the official SPRL AI Assistant in ChatGPT using OpenAPI Actions.

1. Open SPRL AI Assistant

Launch the official SPRL AI Assistant in ChatGPT.

Open ChatGPT
2. Sign In

When prompted, click 'Sign in' and authorize your SPRL account using OAuth.

3. Start Using SPRL

You can now create short URLs, generate QR codes, view analytics, manage folders, and perform other SPRL actions directly from ChatGPT.

Visual Studio Code
Visual Studio Code
Supported
Remote MCP

Connect using OAuth 2.1 with secure Remote MCP.

Visual Studio Code

Connect SPRL to Visual Studio Code using the native Model Context Protocol (MCP) support.

1. Open the Command Palette

Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS), then run 'MCP: Add Server'.

2. Choose HTTP Transport

Select the HTTP/SSE connection type when prompted.

3. VS Code MCP Configuration
JSON Configuration
{ "servers": { "sprl": { "type": "http", "url": "https://mcp.insprl.com/mcp" } }
}
4. Authenticate

Start any SPRL MCP tool from the Chat view. Visual Studio Code will open the OAuth authorization page. Sign in with your SPRL account and approve access.

Microsoft Copilot
Microsoft Copilot
Supported
Remote MCP

Connect using OAuth 2.1 with secure Remote MCP.

Microsoft 365 Copilot

Connect SPRL to Microsoft 365 Copilot using a Declarative Agent package.

1. Create a Declarative Agent

Use the Microsoft 365 Agents Toolkit in VS Code or Copilot Studio to scaffold an enterprise workspace project.

2. declarativeAgent.json
JSON Configuration
{ "$schema": "https://microsoft.com", "id": "sprl-m365-agent", "name": "SPRL Context Assistant", "description": "Enables Microsoft 365 Copilot to interact with SPRL tools via MCP.", "instructions": "You are a professional assistant configured to communicate with the SPRL infrastructure. Use available protocol hooks to translate natural language inquiries into link management, routing, and analytic execution requests securely.", "actions": [ { "id": "sprlMcpAction", "type": "mcp", "url": "https://mcp.insprl.com/mcp", "authentication": { "type": "OAuth2", "referenceId": "sprl-oauth-connection" } } ]
}
3. Package the Agent

Bundle the app manifest.json, declarative agent definition, and asset icons into a standard deployment zip file.

4. Deploy

Upload the compiled agent directly to your enterprise tenant's M365 admin catalog or side-load via developer dashboard utilities.

Perplexity AI
Perplexity AI
Supported
Remote MCP

Connect using OAuth 2.1 with secure Remote MCP.

Perplexity AI

Connect SPRL to Perplexity AI using a remote MCP Connector.

1. Open Connectors

Sign in to your Perplexity Pro account, open Settings, and navigate to the Connectors section.

2. Add a Custom Connector

Create a new custom MCP connector and use the following configuration.

3. Connector Configuration
JSON Configuration
{ "mcpServers": { "sprl": { "command": "npx", "args": [ "-y", "mcp-remote@latest", "https://mcp.insprl.com/mcp" ] } }
}
4. Authenticate

When prompted, authorize Perplexity AI to access your SPRL account using the supported authentication flow.

5. Use SPRL Tools

Once connected, ask Perplexity AI to create short URLs, generate QR codes, manage links, or retrieve analytics using natural language.

GitHub Copilot
GitHub Copilot
Supported
Remote MCP

Connect using OAuth 2.1 with secure Remote MCP.

GitHub Copilot

Connect SPRL to GitHub Copilot using the Model Context Protocol (MCP).

1. Create MCP Configuration

Create a .mcp.json file in your project root (or .github/mcp.json for repository-wide configuration).

2. MCP Configuration
JSON Configuration
{ "mcpServers": { "sprl": { "type": "http", "url": "https://mcp.insprl.com/mcp" } }
}
3. Enable the SPRL Tool

Open GitHub Copilot Chat, switch to Agent Mode, open Configure Tools, and enable the SPRL MCP server.

4. Authenticate

When prompted, sign in with your SPRL account and authorize GitHub Copilot to access your SPRL workspace.

5. Start Using SPRL

After authorization, you can ask GitHub Copilot to create short URLs, generate QR codes, manage folders, and retrieve analytics using natural language.

Note: Configuration formats and setup steps may change as AI clients release new versions. If this guide no longer matches the latest client version, please refer to the official client documentation and adapt the configuration accordingly.

Works with Other MCP-Compatible AI Assistants

SPRL follows open standards including OAuth 2.1 and the Model Context Protocol (MCP), making it compatible with many AI assistants and developer tools.


SPRL Tools

The SPRL MCP Server provides a powerful collection of tools that allow AI assistants to securely manage your URLs, QR codes, analytics, folders and branded domains using simple natural language.

12+ Tools AvailableOAuth ProtectedReal-TimeNatural Language Powered
URL Management
Create Short URL

Create branded short links instantly.

Update Short URL

Edit destination, title, expiry, tags and settings.

Delete Short URL

Remove unwanted links from your account.

Get URL Details

Retrieve complete information about any short URL.

Analytics
Link Analytics

Clicks, countries, browsers, devices and referrers.

Dashboard Analytics

Overall account performance and usage statistics.

Folder Management
List Folders

Retrieve all folders.

Create Folder

Create new folders for organizing links.

Move Links

Move one or multiple links between folders.

Domains
List Domains

Retrieve available branded domains connected to your account.

QR Codes
Generate QR Code

Create downloadable QR codes for any short URL.

Example Prompts
Create a short URL for https://sunprograms.com
Show my top 10 links by clicks this month.
Generate a QR Code for my latest short URL.
Move all marketing links into the Campaigns folder.

Authentication

The SPRL MCP Server uses OAuth 2.1 to securely authenticate AI assistants. You only need to authorize your SPRL account once for each AI client. After approval, the client receives secure access tokens and can only perform actions that you explicitly authorize.

OAuth 2.1One-Time AuthorizationSecure Token ExchangeNo Password Sharing
Step 1 — Connect

Configure SPRL in your preferred AI client using the setup guide for that platform.

Step 2 — Sign In

When the AI client first connects, you'll be redirected to the SPRL login page to authenticate your account securely.

Step 3 — Grant Access

Review the requested permissions and approve access. You remain in control and can revoke access at any time.

Step 4 — Start Using SPRL

Once connected, your AI assistant can securely create links, generate QR codes, retrieve analytics, and manage your SPRL resources.

Your Data Stays Secure
No Password Sharing

Your SPRL password is never shared with AI clients.

Encrypted Tokens

Secure OAuth access tokens are used for every authorized request.

Access Control

Revoke or reconnect AI clients anytime from your SPRL account.

Example Authentication Flow
AI Client
│
▼
Connect to SPRL MCP Server
│
▼
Redirect to SPRL Login
│
▼
Approve OAuth Access
│
▼
Access Token Issued
│
▼
AI Assistant Can Use SPRL Tools

Security

Security is built into every layer of the SPRL MCP Server. From OAuth 2.1 authentication to encrypted communication and user-controlled access, your data always remains protected.

OAuth 2.1TLS EncryptionUser Controlled AccessPrivacy First
OAuth 2.1 Authentication

SPRL uses the industry-standard OAuth 2.1 protocol. Your password is never shared with AI clients.

Encrypted Communication

All communication between your AI client and the SPRL MCP Server is encrypted using HTTPS/TLS.

User-Controlled Access

Only you can authorize an AI client. You may revoke access whenever you choose.

Secure Access Tokens

OAuth access tokens are securely managed and used instead of exposing your account credentials.

Privacy First

SPRL only processes requests required to complete your authorized actions and does not expose unrelated account data.

Secure MCP Communication

The SPRL MCP Server follows the Model Context Protocol to provide secure and standardized communication with compatible AI clients.

Security Best Practices
  • Only connect trusted AI applications.
  • Review requested permissions before authorizing access.
  • Revoke unused client connections regularly.
  • Keep your SPRL account protected with a strong password and two-factor authentication (if enabled).
  • Never share your API keys or access tokens publicly.

Usage Examples

Once connected, simply ask your AI assistant in natural language. The SPRL MCP Server will automatically choose the appropriate tools and return the results.

Natural LanguageNo API CallsNo JSON RequiredJust Ask
URL Management
Create a short URL for https://sunprograms.com
Create a branded short URL using hper.in for https://insprl.com
Show details for my short link hper.in/demo
Delete the short URL hper.in/old-link
Analytics
Show analytics for hper.in/demo
Which countries generated the most clicks for my latest link?
Show my dashboard analytics.
QR Codes
Generate a QR Code for hper.in/demo
Create a QR code for my latest short URL.
Folders
Create a folder named Marketing
Show all my folders.
Move my latest short link to the Marketing folder.
Domains
List all my branded domains.
Which domain should I use for creating short links?
Multi-Step Workflows
Create a short URL for https://insprl.com, generate a QR code, and show me the final result.
Create a Marketing folder, generate a short URL for https://sunprograms.com, and move it into that folder.
Show analytics for my latest short link and generate a QR code for it.

Frequestly Asked Questions

Once connected, simply ask your AI assistant in natural language. The SPRL MCP Server will automatically choose the appropriate tools and return the results.

The SPRL MCP Server allows AI assistants such as ChatGPT, Claude, Gemini, Cursor, GitHub Copilot, and other compatible clients to securely interact with your SPRL account using natural language.
SPRL provides integration guides for multiple AI clients including ChatGPT, Claude, Gemini, Cursor, GitHub Copilot, Visual Studio Code, Microsoft 365 Copilot, Perplexity AI, Continue, Cline, Roo Code, Open WebUI, and more.
Yes. You must have an SPRL account to authenticate and access your links, analytics, folders, QR codes, and branded domains through the MCP server.
No. SPRL uses OAuth 2.1 for secure authentication. Your password is never shared with the AI client.
Yes. You can disconnect or revoke access for any authorized AI client at any time from your SPRL account settings.
You can create and manage short URLs, generate QR codes, retrieve analytics, organize folders, manage branded domains, and perform many other tasks using natural language.
No. Most users simply follow the setup guide for their preferred AI client and then interact with SPRL using everyday language.
Connecting an AI client is free. Standard SPRL usage charges may apply depending on the tools and services you use, such as creating short URLs or generating QR codes.
Yes. If your SPRL account includes branded domains, your AI assistant can create short URLs using your available custom domains.
If you encounter any issues while configuring or using the SPRL MCP Server, please contact the SPRL support team or refer to the latest documentation and setup guides.
×

We use cookies to improve your experience, analyse traffic, and personalise content. By clicking “Accept”, you consent to the use of cookies as described in our Cookie Policy .

Accept cookies Read our Cookie Policy