MCP.so
Sign In

Remote MCP Servers

Official hosted MCP endpoints from SaaS providers — connect directly, no install required.

Finance & Commerce

F

FactSet

FactSet

Financial data and analytics

Added 5 days ago
L

LSEG

LSEG

Market data and analytics

Added 5 days ago
T

TurboTax

TurboTax

Tax tools and filing help

Added 5 days ago

FMP

FMP

Comprehensive financial datasets

Added 5 days ago

Gusto

Gusto

Payroll, benefits, people data

Added 5 days ago

Blockscout

Blockscout

Access and analyze blockchain data

Added 5 days ago

Quartr

Quartr

Financial data and AI infrastructure for company research.

Added 5 days ago

Bigdata.com

Bigdata.com

Access real-time financial data

Added 5 days ago

Carta

Carta

The connected ERP for private capital

Added 5 days ago

Stripe

Stripe

Payments, billing, customers, Stripe docs

Added 5 days ago

Razorpay

Razorpay

Payments, orders, settlements

Added 5 days ago

Cash App

Cash App

Discover local food spots and order with a conversation

Added 5 days ago

PayPal

PayPal

Access PayPal payments platform

Added 5 days ago

Ramp

Ramp

Search, access, and analyze your Ramp financial data

Added 5 days ago
SG

S&P Global

S&P Global

Capital IQ financials, market data

Added 5 days ago

Aiwyn Tax

Aiwyn Tax

Estimate your federal & state taxes with Aiwyn's tax engine

Added 5 days ago

GoCardless

GoCardless

Build GoCardless payment API integrations

Added 5 days ago

Crypto.com

Crypto.com

Real time prices, orders, charts, and more for crypto

Added 5 days ago
M

Moody's

Moody's

Credit ratings and risk data

Added 5 days ago
YF

Yahoo Finance

Yahoo Finance

Stock data, market news, financials, and price history

Added 5 days ago

Square

Square

Search and manage transaction, merchant, and payment data

Added 5 days ago

Rillet

Rillet

Query your live GL and financials in plain English

Added 5 days ago

Longbridge

Longbridge

Market data, portfolio, and trading

Added 5 days ago

Chronograph

Chronograph

Interact with your Chronograph data directly in Claude

Added 5 days ago

Digits

Digits

Track and analyze your finances with Digits

Added 5 days ago
A

Aiera

Aiera

Earnings events, transcripts, filings

Added 5 days ago

Mercury

Mercury

Accounts, transactions, balances, cards

Added 5 days ago

Daloopa

Daloopa

Financial fundamental data and KPIs with hyperlinks

Added 5 days ago

Shopify

Shopify

Build, manage, and analyze your Shopify store

Added 5 days ago

QuickBooks

QuickBooks

Accounting, invoices, business finances

Added 5 days ago

Airwallex

Airwallex

Integrate with the Airwallex Platform using Claude

Added 5 days ago
M

MSCI

MSCI

Indexes, private-markets analytics

Added 5 days ago

Clarity AI

Clarity AI

Simulate fund classifications under proposed SFDR 2.0

Added 5 days ago

ICE Data Services

ICE Data Services

Analyze U.S. fixed income trade and reference data

Added 5 days ago

Ramp Data

Ramp Data

Search and analyze Ramp spend across 50,000+ businesses

Added 5 days ago

Era Context

Era Context

Manage your personal finances using Claude

Added 5 days ago

Privacy.com

Privacy.com

Manage virtual cards and track your spending patterns

Added 5 days ago

Tropic

Tropic

Save money on Software + AI contracts

Added 5 days ago

CoinDesk

CoinDesk

Access Live & Historical Crypto Data, Indices

Added 5 days ago
MN

MT Newswires

MT Newswires

Real-time financial news

Added 5 days ago

Xero

Xero

Access your Xero financials from any conversation

Added 5 days ago

Fiscal.ai

Fiscal.ai

Clean Public Equity Fundamental Data

Added 5 days ago
CK

Credit Karma

Credit Karma

Credit scores, financial insights

Added 5 days ago

Brex

Brex

Expenses, cards, spend data

Added 5 days ago
M

Morningstar

Morningstar

Investment research and data

Added 5 days ago
P

PitchBook

PitchBook

Private market intelligence

Added 5 days ago

Frequently asked questions

Common questions about hosted and remote MCP servers

1

What is a remote MCP server?

A remote MCP server runs over HTTP/SSE instead of a local process — you point your client at a URL instead of installing and running anything on your own machine.

2

How is a remote server different from a local one?

A local server runs on your machine and needs a runtime like Node.js or Python. A remote server is hosted by a third party — you just need a URL (and sometimes an API key) to connect, which is simpler to set up but depends on the provider staying online.

3

Are remote MCP servers safe to use?

Your data passes through the provider's infrastructure, so stick to servers run by official or well-known teams that document how they handle data, and grant sensitive permissions carefully.

4

How do I connect to a remote MCP server?

Add the server URL in a client that supports remote MCP, then configure OAuth, an API key, or request headers as required by the provider. Streamable HTTP, SSE, and authentication support vary by client, so follow both the server page and client documentation.

5

Does a remote MCP server need to stay online?

Yes. Calls depend on network access, provider uptime, and rate limits. For important workflows, check the provider's status page, timeout and retry behavior, quotas, and fallback options.

6

Can Claude, Cursor, VS Code, and Codex use remote MCP servers?

Yes, when the client supports the server's remote transport and authentication method. Newer clients commonly support Streamable HTTP, while older versions may only support SSE or local stdio, so verify version compatibility first.