okaneland-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_ai_tool_pricesA | Current, human-verified pricing for 100+ AI tools that solo builders use (coding agents, editors and assistants, app and UI builders, frameworks and APIs, local models, marketing and content, sales and automation, search and research, review/test/secure, workflow and ops). For each tool it returns: what is free, the entry paid plan, what a real working month actually costs, per-unit costs, the gotcha to watch, and the date the row was last verified. Source: Okane Land's maintained price index (okaneland.com). Filter by category, a free-text query, or an exact tool id. Valid categories: 'Agents & terminal', 'App & UI builders', 'Editors & assistants', 'Frameworks & APIs', 'Local models', 'Marketing & content', 'Review, test & secure', 'Sales & automation', 'Search & research', 'Workflow & ops'. |
| calculate_ai_marginA | Turn an AI product's MRR into what the builder actually keeps after the token bill, card processing fees, failed payments, refunds, and sales tax. Also returns the break-even price and the break-even usage cap (tokens per user), the per-customer margin, and a flag when a flat price sits below its own token cost. A metered token bill is owed even past revenue, so a loss is unbounded (not floored at the gross). All monetary values are USD per month. Mirrors Okane Land's margin calculator; directional, not financial advice. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools serve clearly distinct purposes: one retrieves pricing data, the other calculates margins. No overlap or confusion.
Both tool names follow a consistent verb_noun pattern in snake_case ('get_ai_tool_prices', 'calculate_ai_margin'), making them predictable and easy to understand.
With only 2 tools, the server is minimal but focused on a specific niche (AI tool pricing and margin analysis). It covers the core functionality without being overly thin.
The tool set covers the primary needs: retrieving price data and calculating margins. Minor gaps like a category listing tool are mitigated by the filtering capabilities.