okaneland-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@okaneland-mcpFind AI writing tool prices and margin analysis for $20/mo."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@okaneland/mcp
A small Model Context Protocol server that gives AI agents two things from Okane Land:
Tool | What it does |
| Current, human-verified pricing for 100+ AI tools solo builders use, with what's free, what a real month costs, the gotcha, and the last-verified date. Fetched live from the maintained price index. |
| Turns an AI product's MRR into what you actually keep after the token bill, card fees, failed payments, refunds, and tax, plus the break-even price and usage cap. |
It runs on the user's machine over stdio, so there is nothing to host. get_ai_tool_prices fetches the public /api/v1/prices.json at call time, so the data is always as fresh as the site's monthly re-verification.
Install
Add it to your MCP client's config (Claude Desktop, Cursor, Windsurf, and others use the same shape):
{
"mcpServers": {
"okaneland": {
"command": "npx",
"args": ["-y", "@okaneland/mcp"]
}
}
}Restart the client. The two tools appear in any agent you run there.
Related MCP server: ohmytoken
Example
You: I want a $20/mo AI writing tool on Claude Sonnet. What do similar tools charge, and would $20 keep money at 500 users?
The agent calls get_ai_tool_prices and calculate_ai_margin, then answers from real data: comparable tools charge more, and at 500 users on a Sonnet-class blend you keep about $3,260/mo (33%), staying profitable down to a $12.25 price or up to 3.3M tokens per user.
Tool reference
get_ai_tool_prices
Inputs (all optional): category, query, id, limit. Returns the matching tool rows plus the index's updated date, method, and source page.
calculate_ai_margin
Inputs: pricePerMonth, payingCustomers, blendedTokenPricePerM, tokensPerUserM, and optional monthlyChurnPct (6.1), intlCardPct (40), vatPct (0), failedPaymentsPct (9), refundsPct (3). Returns gross, tokenBill, cardFees, failedPayments, refunds, tax, keep, keepPct, perCustomerKeep, customersReplacedMonthly, breakEvenPrice, breakEvenTokensPerUserM, and tokenCostExceedsPrice.
Privacy
The server fetches only the public price index over HTTPS and sends nothing about you. The margin calculation runs entirely locally.
Develop
npm install
npm run build # tsc -> dist/
npm test # unit tests pin the margin math to the web calculator
npm run smoke # spins up the server, runs the MCP handshake, calls both toolsThe margin math in src/margin.ts is a port of Okane Land's margin calculator; src/margin.test.ts pins its known-good outputs so the two cannot silently drift.
Disclaimer
Numbers are directional, not financial advice.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceGlobal price benchmarking for AI inference across 2,600+ SKUs from 47 vendors. Query live pricing, market indexes, and model specs via 8 tools. Free tier available.Last updated884MIT
- Flicense-qualityDmaintenanceEnables AI agents to compare AI model pricing plans, run cost scenarios, find break-even points, and get plan recommendations using TokenLens data.Last updated
- Alicense-qualityCmaintenanceProvides live LLM pricing data from OpenRouter, enabling agents to search models, get pricing, estimate costs, and compare models.Last updated47MIT
Related MCP Connectors
Verified SaaS, AI, and LLM pricing for 490+ tools: plans, hidden costs, TCO, and alternatives.
Live status, API pricing and rate limits for ChatGPT, Claude, Gemini, Cursor and 42+ AI tools.
Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TheBaronofAI/okaneland-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server