2,500+ MCP servers ready to use
Vinkius

Twelve Data MCP Server for Cursor 16 tools — connect in under 2 minutes

Built by Vinkius GDPR 16 Tools IDE

Cursor is an AI-first code editor built on VS Code that integrates LLM-powered coding assistance directly into the development workflow. Its Agent mode enables autonomous multi-step coding tasks, and MCP support lets agents access external data sources and APIs during code generation.

Vinkius supports streamable HTTP and SSE.

RecommendedModern Approach — Zero Configuration

Vinkius Desktop App

The modern way to manage MCP Servers — no config files, no terminal commands. Install Twelve Data and 2,500+ MCP Servers from a single visual interface.

Vinkius Desktop InterfaceVinkius Desktop InterfaceVinkius Desktop InterfaceVinkius Desktop Interface
Download Free Open SourceNo signup required
Classic Setup·json
{
  "mcpServers": {
    "twelve-data": {
      "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    }
  }
}
Twelve Data
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About Twelve Data MCP Server

Connect Twelve Data financial API to any AI agent and access real-time stock quotes, cryptocurrency prices, forex rates, and professional technical indicators through natural language.

Cursor's Agent mode turns Twelve Data into an in-editor superpower. Ask Cursor to generate code using live data from Twelve Data and it fetches, processes, and writes. all in a single agentic loop. 16 tools appear alongside file editing and terminal access, creating a unified development environment grounded in real-time information.

What you can do

  • Real-Time Quotes — Get current price, open, high, low, volume, and change for any stock
  • Historical Data — Retrieve OHLCV candlestick data from 1-minute to monthly intervals
  • Technical Analysis — Calculate SMA, EMA, RSI, MACD, Bollinger Bands, and Stochastic Oscillator
  • Market Scanning — Search and browse available stocks, crypto pairs, and forex instruments
  • Company Profiles — Access fundamental data including market cap, P/E ratio, and sector info
  • Currency Conversion — Get exchange rates and convert amounts between any currency pair

The Twelve Data MCP Server exposes 16 tools through the Vinkius. Connect it to Cursor in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

How to Connect Twelve Data to Cursor via MCP

Follow these steps to integrate the Twelve Data MCP Server with Cursor.

01

Open MCP Settings

Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"

02

Add the server config

Paste the JSON configuration above into the mcp.json file that opens

03

Save the file

Cursor will automatically detect the new MCP server

04

Start using Twelve Data

Open Agent mode in chat and ask: "Using Twelve Data, help me...". 16 tools available

Why Use Cursor with the Twelve Data MCP Server

Cursor AI Code Editor provides unique advantages when paired with Twelve Data through the Model Context Protocol.

01

Agent mode turns Cursor into an autonomous coding assistant that can read files, run commands, and call MCP tools without switching context

02

Cursor's Composer feature can generate entire files using real-time data fetched through MCP. no copy-pasting from external dashboards

03

MCP tools appear alongside built-in tools like file reading and terminal access, creating a unified agentic environment

04

VS Code extension compatibility means your existing workflow, keybindings, and extensions all work alongside MCP tools

Twelve Data + Cursor Use Cases

Practical scenarios where Cursor combined with the Twelve Data MCP Server delivers measurable value.

01

Code generation with live data: ask Cursor to generate a security report module using live DNS and subdomain data fetched through MCP

02

Automated documentation: have Cursor query your API's tool schemas and generate TypeScript interfaces or OpenAPI specs automatically

03

Infrastructure-as-code: Cursor can fetch domain configurations and generate corresponding Terraform or CloudFormation templates

04

Test scaffolding: ask Cursor to pull real API responses via MCP and generate unit test fixtures from actual data

Twelve Data MCP Tools for Cursor (16)

These 16 tools become available when you connect Twelve Data to Cursor via MCP:

01

convert_currency

Convert an amount between currencies

02

get_bollinger_bands

Price touching upper band may indicate overbought, lower may indicate oversold. Get Bollinger Bands

03

get_company_profile

Get company profile and fundamentals

04

get_crypto_list

Can filter by exchange. List available crypto pairs

05

get_ema

EMA gives more weight to recent prices than SMA. Get Exponential Moving Average (EMA)

06

get_exchange_rate

Get currency exchange rate

07

get_forex_list

List available forex pairs

08

get_macd

Used for trend following and momentum. Get Moving Average Convergence Divergence (MACD)

09

get_quote

Get real-time stock quote

10

get_real_time_price

Faster and lighter than a full quote. Get current price only

11

get_rsi

Values above 70 indicate overbought, below 30 indicate oversold conditions. Get Relative Strength Index (RSI)

12

get_sma

Common periods: 20, 50, 200. Get Simple Moving Average (SMA)

13

get_stochastic

Values above 80 indicate overbought, below 20 indicate oversold. Get Stochastic Oscillator

14

get_stock_list

Can filter by exchange and partial symbol match. List available stocks

15

get_time_series

Supports intervals from 1min to 1month. Get historical OHLCV candle data

16

search_symbols

Can filter by instrument type and exchange. Search for financial instruments

Example Prompts for Twelve Data in Cursor

Ready-to-use prompts you can give your Cursor agent to start working with Twelve Data immediately.

01

"What's the current price of Apple stock?"

02

"Show me the RSI for Tesla on the daily chart."

03

"Convert 1000 USD to EUR."

Troubleshooting Twelve Data MCP Server with Cursor

Common issues when connecting Twelve Data to Cursor through the Vinkius, and how to resolve them.

01

Tools not appearing in Cursor

Ensure you are in Agent mode (not Ask mode). MCP tools only work in Agent mode.
02

Server shows as disconnected

Check Settings → Features → MCP and verify the server status. Try clicking the refresh button.

Twelve Data + Cursor FAQ

Common questions about integrating Twelve Data MCP Server with Cursor.

01

What is Agent mode and why does it matter for MCP?

Agent mode is Cursor's autonomous execution mode where the AI can perform multi-step tasks: reading files, editing code, running terminal commands, and calling MCP tools. Without Agent mode, Cursor operates in a simpler ask-and-answer mode that doesn't support tool calling. Always ensure you're in Agent mode when working with MCP servers.
02

Where does Cursor store MCP configuration?

Cursor looks for MCP server configurations in a mcp.json file. You can configure servers at the project level (.cursor/mcp.json in your project root) or globally (~/.cursor/mcp.json). Project-level configs take precedence.
03

Can Cursor use MCP tools in inline edits?

No. MCP tools are only available in Agent mode through the chat panel. Inline completions and Tab suggestions do not trigger MCP tool calls. This is by design. tool calls require user visibility and approval.
04

How do I verify MCP tools are loaded?

Open Settings → Features → MCP and look for your server name. A green indicator means the server is connected. You can also check Agent mode's available tools by clicking the tools dropdown in the chat panel.

Connect Twelve Data to Cursor

Get your token, paste the configuration, and start using 16 tools in under 2 minutes. No API key management needed.