In-depth architectural comparison of the Cyberdyne MCP and Myfinance MCP MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Cyberdyne MCP
Finance & Fintech · Local stdio
Quality: 51/100 (Good) | Auth: No auth required
Myfinance MCP
Finance & Fintech · Remote HTTP/SSE
Quality: 57/100 (Good) | Auth: No auth required
Verdict Summary: Choose Cyberdyne MCP if you need specialized Finance & Fintech tools running via a local process. Choose Myfinance MCP if your workspace requires Finance & Fintech integration with remote web transport. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Cyberdyne MCP when:
You need dedicated capabilities in the Finance & Fintech domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
Bootstrap (no key needed).** Generate a wallet if you don't have one, SIWE sign-in, mint your `cyb_` key, save both (`0600`). Zero browser.
list_categories
The seven task categories. No network.
post_task
Open an FCFS pool bounty. `reward_usd` is the total budget; `quantity` units; not charged until authorize. Response carries `authIntent` + `deployFee`.
authorize_task
Freeze the whole budget on the audited escrow. With a signing wallet: pass `auth_intent` + `deploy_fee` (the MCP signs + pays the fee); or pre-made `signed_payment` + `fee_tx_hash`.
get_task
Task + the submissions/claims the poster may see. Poll for a `pending` submission.
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Cyberdyne MCP is categorized under Finance & Fintech and uses a local stdio subprocess. In contrast, Myfinance MCP belongs to Finance & Fintech using remote streaming HTTP/SSE transport. Select Cyberdyne MCP when you need capabilities focused on finance & fintech and Myfinance MCP when you require tools for finance & fintech.
Settle one submission: `approve:true` → capture one unit (full reward in-token); `approve:false` → reject (slot reopens). This is how you pay humans.
close_task
Close the bounty; the operator voids the unfilled remainder back to you. The deploy fee is non-refundable.
reclaim
Trustless backstop.** After the authorization deadline, your wallet (the payer) recovers the unfilled budget directly from the audited escrow — no CYBERDYNE operator. Returns `{ ok, tx_hash, reclaimed }`.
Myfinance MCP Tools (27)
log_expense
Record one purchase, bill or receipt (negative amount = refund)
log_income
Record income: salary, invoice, refund, interest
log_transfer
Move money between accounts, cross-currency supported; never counts as spending
log_balance
Anchor an account's balance at a date; later flows compute from the snapshot
import_transactions
Bulk statement import (up to 500 rows/call): dedup by bank reference or derived key, twin merge, reconciliation check
create_account
Create a bank / card / cash / investment account with currency and personal/business entity
update_account
Rename an account or change its type, entity or main currency
delete_account
Delete one money account (with its transactions after explicit confirmation)
merge_accounts
Fold one account into another: move rows, de-duplicate both sides, rewrite transfers
get_accounts
All accounts with balances and net worth, converted to base currency
get_summary
Period totals by category, merchant or month; expense or income breakdown, category drill-down and exclusions