Analytics
mcp-server-295985738387.europe-west1.run.app
Provides financial data including bank transactions, currency exchange rates, stock prices, and timezone conversion.
ENDPOINT 1
https://mcp-server-295985738387.europe-west1.run.app/mcp
MCP server metadata
- Name
- mcp-server-platform
- Version
- 1.0.0
Known tools 20
finnhub_stock_quoteRetrieves real-time stock price quotes and company information for any publicly traded company via the Finnhub API.
Inferred read-onlyfinancial_calculatorPerforms precise financial calculations across six calculation types entirely locally with no external API dependency.
Inferred read-onlycurrency_ratesRetrieves live and historical fiat currency exchange rates from the Frankfurter API (sourced from the European Central Bank).
Inferred read-onlystripe_paymentsRetrieves live payment data from a Stripe account via the Stripe API.
Potential side effectsplatform_tool_finderDiscovers the most relevant tools available on this MCP server for a given task using local semantic search (MiniLM-L6-v2 embeddings).
Inferred read-onlycurrency_fx_liteConverts a foreign exchange (FX) amount between two fiat currencies using live mid-market rates.
Inferred read-onlyfinancial_calculator_litePerforms common financial calculations locally with no external API dependency.
Inferred read-onlycurrency_convertConverts a monetary amount from one currency to another using live exchange rates sourced from the Frankfurter API (European Central Bank data).
Inferred read-onlyopen_banking_transactionsRetrieves bank account balances and transaction history via PSD2 Open Banking (TrueLayer), covering 300+ UK and European banks.
Inferred read-onlystock_price_liteRetrieves the current trading price for a publicly listed stock by ticker symbol.
Inferred read-onlycrypto_priceRetrieves real-time price data for any cryptocurrency listed on CoinGecko.
Inferred read-onlycrypto_price_liteRetrieves the current spot price and 24-hour change for any cryptocurrency using the CoinGecko public API.
Inferred read-onlybank_accountsRetrieves bank account details and recent transaction history via a connected bank API integration.
Inferred read-onlycurrency_convert_liteConverts a monetary amount between any two fiat currencies using live exchange rates from the Frankfurter API (European Central Bank data).
Inferred read-onlyweb_news_headlinesRetrieves the latest real-time news headlines and article summaries from BBC News and The Guardian across nine topic categories.
Inferred read-onlystripe_payment_recordsRetrieves payment and charge records from a Stripe merchant account.
Potential side effectscrypto_fx_ratesConverts an amount between any cryptocurrency and fiat currency pair, or between two cryptocurrencies, using real-time exchange rates sourced from CoinAPI.
Inferred read-onlycurrency_convert_openConverts a monetary amount between two fiat currencies using live exchange rates from an open currency exchange API.
Inferred read-onlyweb_url_readerFetches any public web page and returns clean, readable plain text stripped of HTML, navigation, scripts, advertisements, and boilerplate.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcp-server-platform]
url = "https://mcp-server-295985738387.europe-west1.run.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-server-platform": {
"type": "http",
"url": "https://mcp-server-295985738387.europe-west1.run.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-server-platform
Remote MCP URL: https://mcp-server-295985738387.europe-west1.run.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-platform": {
"url": "https://mcp-server-295985738387.europe-west1.run.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-server-platform": {
"type": "http",
"url": "https://mcp-server-295985738387.europe-west1.run.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-server-platform",
"transport": "streamable-http",
"url": "https://mcp-server-295985738387.europe-west1.run.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://mcp-server-295985738387.europe-west1.run.app/mcp-pay?src=registry
MCP server metadata
- Name
- mcp-server-platform
- Version
- 1.0.0
Known tools 20
finnhub_stock_quoteRetrieves real-time stock price quotes and company information for any publicly traded company via the Finnhub API.
Inferred read-onlyfinancial_calculatorPerforms precise financial calculations across six calculation types entirely locally with no external API dependency.
Inferred read-onlycurrency_ratesRetrieves live and historical fiat currency exchange rates from the Frankfurter API (sourced from the European Central Bank).
Inferred read-onlystripe_paymentsRetrieves live payment data from a Stripe account via the Stripe API.
Potential side effectsplatform_tool_finderDiscovers the most relevant tools available on this MCP server for a given task using local semantic search (MiniLM-L6-v2 embeddings).
Inferred read-onlycurrency_fx_liteConverts a foreign exchange (FX) amount between two fiat currencies using live mid-market rates.
Inferred read-onlyfinancial_calculator_litePerforms common financial calculations locally with no external API dependency.
Inferred read-onlycurrency_convertConverts a monetary amount from one currency to another using live exchange rates sourced from the Frankfurter API (European Central Bank data).
Inferred read-onlyopen_banking_transactionsRetrieves bank account balances and transaction history via PSD2 Open Banking (TrueLayer), covering 300+ UK and European banks.
Inferred read-onlystock_price_liteRetrieves the current trading price for a publicly listed stock by ticker symbol.
Inferred read-onlycrypto_priceRetrieves real-time price data for any cryptocurrency listed on CoinGecko.
Inferred read-onlycrypto_price_liteRetrieves the current spot price and 24-hour change for any cryptocurrency using the CoinGecko public API.
Inferred read-onlybank_accountsRetrieves bank account details and recent transaction history via a connected bank API integration.
Inferred read-onlycurrency_convert_liteConverts a monetary amount between any two fiat currencies using live exchange rates from the Frankfurter API (European Central Bank data).
Inferred read-onlyweb_news_headlinesRetrieves the latest real-time news headlines and article summaries from BBC News and The Guardian across nine topic categories.
Inferred read-onlystripe_payment_recordsRetrieves payment and charge records from a Stripe merchant account.
Potential side effectscrypto_fx_ratesConverts an amount between any cryptocurrency and fiat currency pair, or between two cryptocurrencies, using real-time exchange rates sourced from CoinAPI.
Inferred read-onlycurrency_convert_openConverts a monetary amount between two fiat currencies using live exchange rates from an open currency exchange API.
Inferred read-onlyweb_url_readerFetches any public web page and returns clean, readable plain text stripped of HTML, navigation, scripts, advertisements, and boilerplate.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcp-server-platform]
url = "https://mcp-server-295985738387.europe-west1.run.app/mcp-pay?src=registry"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-server-platform": {
"type": "http",
"url": "https://mcp-server-295985738387.europe-west1.run.app/mcp-pay?src=registry"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-server-platform
Remote MCP URL: https://mcp-server-295985738387.europe-west1.run.app/mcp-pay?src=registry
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-platform": {
"url": "https://mcp-server-295985738387.europe-west1.run.app/mcp-pay?src=registry"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-server-platform": {
"type": "http",
"url": "https://mcp-server-295985738387.europe-west1.run.app/mcp-pay?src=registry"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-server-platform",
"transport": "streamable-http",
"url": "https://mcp-server-295985738387.europe-west1.run.app/mcp-pay?src=registry"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for run.app was fetched 2026-07-28T00:07:38.004Z and is being refreshed.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.