How to Use the FreeClimb MCP in Cursor
Let Cursor write, test, and run FreeClimb voice and SMS workflows directly within your codebase.
Works with every AI agent you already use
…and any MCP-compatible client
Connect FreeClimb MCP to Cursor
Create your Vinkius account to connect FreeClimb to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Live code generation with real API data
This FreeClimb MCP Server enables Cursor to fetch real-time telephony data using `get_call_details` while you write code. Your agent pulls actual API responses instead of static mocks, letting you build reliable voice applications faster. When you toggle Agent mode in Cursor, the editor uses `list_calls` to inspect your live traffic. This means you write integration tests against real call histories without leaving your active file.
Active debugging of SMS workflows
Debugging message delivery requires real logs, which Cursor accesses via `list_sms_messages` and `get_sms_details`. Your agent reads the exact error codes from failed texts to fix your webhook handlers on the fly. You don't have to copy-paste error payloads from an external terminal. Cursor inspects the API responses directly, letting you patch your code and test the fix by triggering `send_sms` from the chat panel.
Telephony inventory management
The MCP Server exposes your active phone number inventory to Cursor using `list_my_numbers` and `list_applications`. Your agent maps incoming webhooks to the correct local dev server ports during development. If you need a new testing number, you can search and buy one using `list_buyable_numbers` right inside the editor. The agent updates your local `.env` file with the new number automatically.
Set up FreeClimb MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the FreeClimb MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent FreeClimb transactions." If the MCP tools are loaded correctly, Cursor will call the FreeClimb tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"freeclimb-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by FreeClimb. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about FreeClimb MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the FreeClimb MCP today
We host it, we monitor it, we maintain it. You just paste one token.