INDIVIDUAL MCP TOOL
stripe_payment_records
Retrieves payment and charge records from a Stripe merchant account.
LIVE ENDPOINT
https://mcp-server-295985738387.europe-west1.run.app/mcp
Connect to this endpoint to inspect the live schema for stripe_payment_records and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
CONNECT 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.
Related tools
finnhub_stock_quote— Retrieves real-time stock price quotes and company information for any publicly traded company via the Finnhub API.financial_calculator— Performs precise financial calculations across six calculation types entirely locally with no external API dependency.currency_rates— Retrieves live and historical fiat currency exchange rates from the Frankfurter API (sourced from the European Central Bank).stripe_payments— Retrieves live payment data from a Stripe account via the Stripe API.platform_tool_finder— Discovers the most relevant tools available on this MCP server for a given task using local semantic search (MiniLM-L6-v2 embeddings).currency_fx_lite— Converts a foreign exchange (FX) amount between two fiat currencies using live mid-market rates.financial_calculator_lite— Performs common financial calculations locally with no external API dependency.currency_convert— Converts a monetary amount from one currency to another using live exchange rates sourced from the Frankfurter API (European Central Bank data).