decrypt_keystoreio.github.nirholas/keystore-mcp-server — Decrypt keystore to recover private key
save_keystore_fileio.github.nirholas/keystore-mcp-server — Save keystore with standard Ethereum naming
mint_onchain_agentio.github.nirholas/metaplex-agent — Mint + register an on-chain agent, signed by your key (atomic when it fits, auto-split otherwise). confirm:true gates the spend; anything el
prepare_agent_mintio.github.nirholas/metaplex-agent — Build the mint for an external wallet to sign. Returns txs_base64, already co-signed by the new asset keypair.
send_signed_transactionio.github.nirholas/metaplex-agent — Broadcast wallet-signed transactions in order, polling each to confirmation and absorbing the create/register propagation race.
register_agent_identityio.github.nirholas/metaplex-agent — Enrol an already-minted Core asset in the Agent Registry (idempotent; the signer must be the asset authority).
agent_walletio.github.nirholas/metaplex-agent — An asset's built-in wallet (mpl-core Asset Signer PDA), any address, or the configured signer, with live SOL balance.
list_onchain_agentsio.github.nirholas/metaplex-agent — Latest registrations from the live three.ws /api/deployments feed (Solana by default, all_chains:true for EVM ERC-8004 too).
threews_availabilityio.github.nirholas/naming-mcp — Check whether <label>.threews.sol is free to claim as a three.ws agent identity.
sns_resolveio.github.nirholas/naming-mcp — Resolve a .sol name to the base58 wallet that owns it.
sns_reverseio.github.nirholas/naming-mcp — Reverse-lookup a wallet to its primary .sol name.
mark_readio.github.nirholas/notifications-mcp — Mark one notification — or every unread one — read. Idempotent.
get_preferencesio.github.nirholas/notifications-mcp — The per-category → per-channel delivery matrix.
set_preferencesio.github.nirholas/notifications-mcp — Patch which channels deliver each category. Idempotent.
list_notificationsio.github.nirholas/notifications-mcp — Read the account's inbox, newest first, filterable by type, with an unread_count.
delete_notificationio.github.nirholas/notifications-mcp — Permanently remove one notification (irreversible).
register_push_deviceio.github.nirholas/notifications-mcp — Register a Web Push device from a browser PushSubscription. Idempotent.
unregister_push_deviceio.github.nirholas/notifications-mcp — Remove a Web Push device (tears down delivery to it). Idempotent.
list_agent_walletsio.github.nirholas/onchain-agent-wallets — Every agent, with live balances.
create_agent_walletio.github.nirholas/onchain-agent-wallets — Generate the agent's keypair, create the vault, delegate a capped allowance, set guardrails. One call.
fund_agent_walletio.github.nirholas/onchain-agent-wallets — Move tokens into the vault, and SOL to the agent for its fees.
approve_agent_allowanceio.github.nirholas/onchain-agent-wallets — Raise, lower, or refill the on-chain ceiling. Replaces the previous allowance.
withdraw_from_vaultio.github.nirholas/onchain-agent-wallets — Take funds back. Works with or without a live delegation.
revoke_agent_walletio.github.nirholas/onchain-agent-wallets — The kill switch. Optionally sweeps the balance home in the same transaction.
send_signed_transactionio.github.nirholas/onchain-agent-wallets — Broadcast a transaction your wallet signed.
set_guardrailsio.github.nirholas/onchain-agent-wallets — Set per_tx, daily, allow_recipients, allow_hosts, expires_at, confirm_over, paused. Instant, free, no transaction.
agent_payio.github.nirholas/onchain-agent-wallets — Send tokens to a recipient, inside the limits.
pay_x402io.github.nirholas/onchain-agent-wallets — Call an x402 API, paying from the allowance.
agent_wallet_statusio.github.nirholas/onchain-agent-wallets — Live on-chain state, guardrails, 24h and 7d totals, and warnings.
spend_logio.github.nirholas/onchain-agent-wallets — The audit trail, refusals included.
deploy_agent_onchainio.github.nirholas/onchain-agent-wallets — Mint the agent a Metaplex Agent Registry identity with its payment address in the on-chain attributes.
export_agent_runtimeio.github.nirholas/onchain-agent-wallets — The mcp.json and identity card needed to run this agent somewhere else.
get_claim_infoio.github.nirholas/pumpfun-claims-bot — Get GitHub social fee claim details for a given GitHub username
get_creator_profileio.github.nirholas/pumpfun-claims-bot — Get creator profile and token history for a PumpFun creator
get_recent_claimsio.github.nirholas/pumpfun-claims-bot — Get recent GitHub social fee claims
get_token_infoio.github.nirholas/pumpfun-claims-bot — Get token metadata, creator profile, holders, and trading data for a PumpFun token
get_recent_graduationsio.github.nirholas/pumpfun-claims-bot — Get recent token graduations from bonding curve to PumpAMM
parse_filing_sectionio.github.birthday-tools/edgarmcp — Extract a 10-K section (Risk Factors, MD&A) as clean text
get_holdings_analysisio.github.birthday-tools/edgarmcp — Look-through of an ETF/index: sector breakdown + weighted net-margin/ROE with coverage
get_indexio.github.birthday-tools/edgarmcp — Index snapshot (S&P 500, NASDAQ-100, Dow, NASDAQ Composite): level from FRED, tracking ETF, holdings preview
git_commitio.github.bitofacoder/omni-mcp-server — Commit staged changes with a message
system_read_fileio.github.bitofacoder/omni-mcp-server — Read a local file
system_list_dirio.github.bitofacoder/omni-mcp-server — List a directory
web_fetchio.github.bitofacoder/omni-mcp-server — Fetch any public URL as clean Markdown — no API key needed
memory_listio.github.bitofacoder/omni-mcp-server — List everything remembered
recover_signerio.github.nirholas/signing-mcp-server — Recover signer address from a signed message
sign_typed_dataio.github.nirholas/signing-mcp-server — Sign EIP-712 typed structured data
compose_signatureio.github.nirholas/signing-mcp-server — Compose signature from v, r, s components
sign_messageio.github.nirholas/signing-mcp-server — Sign a text message using EIP-191 personal_sign format
sign_message_hexio.github.nirholas/signing-mcp-server — Sign hex-encoded bytes using EIP-191 format
verify_messageio.github.nirholas/signing-mcp-server — Verify an EIP-191 signed message
verify_typed_dataio.github.nirholas/signing-mcp-server — Verify an EIP-712 typed data signature
recover_typed_data_signerio.github.nirholas/signing-mcp-server — Recover signer from typed data signature
hash_typed_dataio.github.nirholas/signing-mcp-server — Compute EIP-712 hash without signing
decompose_signatureio.github.nirholas/signing-mcp-server — Break down signature into v, r, s components
normalize_signatureio.github.nirholas/signing-mcp-server — Convert between signature formats (27/28 vs 0/1 for v)
sign_hashio.github.nirholas/signing-mcp-server — Sign a raw 32-byte hash (requires acknowledgement)
unlock_vaultio.github.bitterdev/enpass-mcp — Unlock a vault using the master password from the OS keychain. Takes only a vault name, never a password.
sync_statusio.github.bitterdev/enpass-mcp — List the vaults that use Enpass folder sync and whether the copy in the sync folder is newer.
delete_itemio.github.bitterdev/enpass-mcp — Delete an entry, or move it to the trash, leaving the tombstone Enpass uses so the deletion syncs.
sync_pullio.github.bitterdev/enpass-mcp — Take in a newer copy from the sync folder, after backing up the local vault.
list_vaultsio.github.bitterdev/enpass-mcp — List registered vaults, whether their file exists, whether a password is stored, and whether they are unlocked.
lock_vaultio.github.bitterdev/enpass-mcp — Lock a vault and clear its derived key from memory.
list_itemsio.github.bitterdev/enpass-mcp — List entries (title, username, URL). Never returns passwords. Supports query, category, folder, limit.
get_itemio.github.bitterdev/enpass-mcp — Return a full entry including all field values (password, TOTP, etc.) and its attachment list.
get_passwordio.github.bitterdev/enpass-mcp — Return the password and, if present, the current TOTP code of an entry.
get_otpio.github.bitterdev/enpass-mcp — Generate the current TOTP / 2FA one-time code for an entry, with seconds until it rotates.
list_attachmentsio.github.bitterdev/enpass-mcp — List an entry's file attachments (name, size, MIME).
export_attachmentio.github.bitterdev/enpass-mcp — Decrypt an attachment; writes it to disk and returns the path (or base64 inline for small files).
create_itemio.github.bitterdev/enpass-mcp — Create an entry, including custom fields; sensitive values are encrypted the way Enpass does it.
list_tablestmcwilliam707/dagsmith — Lists all tables in a given schema.