- Home
- MCP servers
- KoKo Finance
KoKo Finance
- javascript
0
GitHub Stars
javascript
Language
3 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
KoKo Finance MCP Server is an hosted MCP endpoint that lets you search, compare, and analyze credit card options with AI-powered guidance. You can connect your MCP client to a single HTTP server URL to access tools for card search, side-by-side comparisons, portfolio health analysis, and personalized recommendations.
How to use
Connect your MCP client to the HTTP endpoint at https://kokofinance.net/mcp/ to access 100+ US credit cards, AI-driven card analyses, and portfolio optimization features. Use structured prompts and tool calls to search for cards, compare specific cards, fetch card details, calculate value, optimize your portfolio, find the best card for a spending category, or start a multi-query session.
How to install
Prerequisites: ensure you have a compatible MCP client and network access to reach the remote server. No local installation is required for the hosted server.
Add the KoKo Finance MCP server to your MCP client configuration. Use the HTTP server URL shown here.
{
"mcpServers": {
"koko-finance": {
"type": "http",
"url": "https://kokofinance.net/mcp/"
}
}
}
Available tools
search_credit_cards
Natural language search across 100+ US credit cards.
compare_cards
Side-by-side comparison of 2-3 cards with AI analysis.
get_card_details
Full details for a specific card, including fees, rewards, and benefits.
calculate_card_value
Annual fee break-even analysis with first-year and ongoing value.
optimize_portfolio
Portfolio health score, per-card verdicts, and optimization strategies.
recommend_card_for_category
Best card to use for a specific spending category.
create_mcp_session
Session tracking for multi-query conversations.