io.github.TheBaronofAI/okaneland-mcp
NPM · @OKANELAND/MCP · SCANNED AUG 3
Verified AI-tool prices and AI product margin math for agents.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 16 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability62
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 616 tokens (~308/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @okaneland/mcp
claude mcp add thebaronofai-okaneland-mcp -- npx -y @okaneland/mcp
codex mcp add thebaronofai-okaneland-mcp -- npx -y @okaneland/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"thebaronofai-okaneland-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@okaneland/mcp"
],
"enabled": true
}
}
} openclaw mcp add thebaronofai-okaneland-mcp --command npx --arg -y --arg @okaneland/mcp
mcp_servers:
thebaronofai-okaneland-mcp:
command: "npx"
args: ["-y", "@okaneland/mcp"] {
"mcpServers": {
"thebaronofai-okaneland-mcp": {
"command": "npx",
"args": [
"-y",
"@okaneland/mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +55
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Dependency health: partial → unverified ▼ functional
- Schema quality: unverified → excellent ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 −17
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 43
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@okaneland/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
calculate_ai_margin ~342
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.
| Name | Type | Req | Description |
|---|---|---|---|
| blendedTokenPricePerM | number | yes | Blended model token price in USD per million tokens (e.g. ~0.5 for Haiku/GPT-mini, ~5 for a Sonnet/GPT-class blend, ~20 for a frontier blend, ~0.1 self-hosted). |
| failedPaymentsPct | number | — | Percent of gross lost to failed and declined cards (default 9). |
| intlCardPct | number | — | Percent of sales on international cards, which carry higher fees (default 40). |
| monthlyChurnPct | number | — | Monthly churn as a percent (default 6.1). |
| payingCustomers | integer | yes | Number of paying customers right now. |
| pricePerMonth | number | yes | What one customer pays per month, in USD. |
| refundsPct | number | — | Percent of gross lost to refunds and disputes (default 3). |
| tokensPerUserM | number | yes | Millions of tokens an average user burns per month. |
| vatPct | number | — | Sales tax / VAT percent you remit (default 0). |
No output schema declared.
No examples provided.
get_ai_tool_prices ~274
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'.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Exact category name to filter by (see the list in this tool's description). |
| id | string | — | Exact tool id, e.g. 'creatify' or 'cursor'. |
| limit | integer | — | Maximum number of tools to return. |
| query | string | — | Free-text match against a tool's name, description, id, or category. |
No output schema declared.
No examples provided.