← subagentfinance.com
INDIVIDUAL MCP TOOL
request_upgrade
Request a Stripe checkout URL to upgrade to a higher tier
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
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.subagentfinance-com]
url = "https://www.subagentfinance.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"subagentfinance-com": {
"type": "http",
"url": "https://www.subagentfinance.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: subagentfinance-com
Remote MCP URL: https://www.subagentfinance.com/api/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": {
"subagentfinance-com": {
"url": "https://www.subagentfinance.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"subagentfinance-com": {
"type": "http",
"url": "https://www.subagentfinance.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "subagentfinance-com",
"transport": "streamable-http",
"url": "https://www.subagentfinance.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_cassettes— List every replayable cassette on this site.replay_cassette— Get the canonical replay URL for a cassette slug.list_vendors— List all active llms.txt vendors with metadata (name, slug, domain, category)get_vendor— Get detailed vendor metadata by sluglist_guides— List available engineering guide topics (prompt-engineering, context-engineering, agent-sdk, tool-engineering)get_feed_summary— Get feed overview: vendor count, recent changes, aggregate statsget_upgrade_info— Get current tier, all available tiers with pricing and features, tool availability per tier, and checkout API endpointget_usage— Get current API usage stats: requests today, daily limit, remaining quota, and reset time