search_historycom.ruddia/being-mcp-server — Search past conversation history
update_relationcom.ruddia/being-mcp-server — Update relationships with external entities
get_current_timecom.ruddia/being-mcp-server — Get current time (JST)
trigger_patrolcom.ruddia/being-mcp-server — Run patrol — extract scenes and generate memory nodes
conclude_topiccom.ruddia/being-mcp-server — Archive current topic and save summary
get_tier_infoio.github.nirholas/activity-mcp — The $THREE holder tier ladder — each band's label, minimum balance, and badge accent.
get_trending_agentsio.github.nirholas/activity-mcp — Agents ranked by real chat activity over a 24h / 7d / all window — optionally blending wallet-trust reputation.
get_trending_coinsio.github.nirholas/activity-mcp — Coins ranked by the Oracle's 0–100 conviction score, with momentum/pedigree/structure/narrative sub-scores.
get_holder_leaderboardio.github.nirholas/activity-mcp — The $THREE holder board ranked by on-chain balance, with tiers, the live market strip, and a 'you are #N' lookup.
get_feed_eventsio.github.nirholas/activity-mcp — The site-wide activity ticker — coin buys, agent deploys, level-ups, payments, and more, newest-first.
get_academy_moduleanalyticslegends/ai.analyticslegends/sap-analytics — One Academy module, in full
list_firm_kindsanalyticslegends/ai.analyticslegends/sap-analytics — The directory's breakdown by organisation kind, with live counts
list_freelance_platformsanalyticslegends/ai.analyticslegends/sap-analytics — The CV/profile platforms a consultant can sign up on
find_academy_modulesanalyticslegends/ai.analyticslegends/sap-analytics — The Academy training catalogue, searchable by module
query_knowledge_graphanalyticslegends/ai.analyticslegends/sap-analytics — A traversal of the learning knowledge graph
find_opportunitiesanalyticslegends/ai.analyticslegends/sap-analytics — The live contract and permanent-role radar
search_newsanalyticslegends/ai.analyticslegends/sap-analytics — The curated SAP analytics news corpus
search_conceptsanalyticslegends/ai.analyticslegends/sap-analytics — The concept encyclopaedia — the vocabulary of the stack
get_conceptanalyticslegends/ai.analyticslegends/sap-analytics — One concept: title, category, level, tags, editor's summary
list_studiesanalyticslegends/ai.analyticslegends/sap-analytics — The deep-research study editions and their metadata
search_firmsanalyticslegends/ai.analyticslegends/sap-analytics — Which SAP analytics providers match a country, kind, free text
count_firms_byanalyticslegends/ai.analyticslegends/sap-analytics — A counting question in one call, instead of a page of rows
get_firmanalyticslegends/ai.analyticslegends/sap-analytics — One organisation from the published directory
get_day_rate_benchmarkanalyticslegends/ai.analyticslegends/sap-analytics — The public day-rate aggregate by country, stack, seniority
list_sap_modulesanalyticslegends/ai.analyticslegends/sap-analytics — The canonical SAP module/product taxonomy
get_concept_cardanalyticslegends/ai.analyticslegends/sap-analytics — The full encyclopaedia card — body, key points, cheat sheet
get_studyanalyticslegends/ai.analyticslegends/sap-analytics — One study body
find_sap_clientsanalyticslegends/ai.analyticslegends/sap-analytics — The SAP end-customer corpus — who runs SAP
get_sap_client_profileanalyticslegends/ai.analyticslegends/sap-analytics — One end-customer's SAP footprint and analytics estate
get_firm_intelanalyticslegends/ai.analyticslegends/sap-analytics — A firm's practice size, partner level, delivery flags
web_fetchchngrkvc/Web Search MCP — Fetch a single URL and return its content as clean markdown via Crawl4AI.
web_execute_jschngrkvc/Web Search MCP — Execute JavaScript snippets on a URL via Crawl4AI and return the full crawl result.
web_crawlchngrkvc/Web Search MCP — Crawl one or more URLs and extract their content using Crawl4AI.
web_snapshotschngrkvc/Web Search MCP — List Wayback Machine snapshots for a URL.
web_archivechngrkvc/Web Search MCP — Retrieve an archived page from the Wayback Machine.
web_searchchngrkvc/Web Search MCP — Lightweight web search via SearXNG. Returns structured results.
web_pdfchngrkvc/Web Search MCP — Generate a PDF document of a URL via Crawl4AI.
web_screenshotchngrkvc/Web Search MCP — Capture a full-page PNG screenshot of a URL via Crawl4AI.
adjust_proposalio.github.nirholas/autopilot-mcp — Edit a pending proposal's params before executing (tune a threshold, amount, cadence). Validated server-side.
dryrun_proposalio.github.nirholas/autopilot-mcp — Preview what executing a proposal would do (scope / cap / balance checks), without taking any action.
get_autopilot_configio.github.nirholas/autopilot-mcp — Read the agent's guardrails: enabled, scopes, auto-execute, daily SOL cap, confirmation policy — plus trust.
list_proposalsio.github.nirholas/autopilot-mcp — The proposal queue — ids, kinds, rationales, params, status, cited sources. Filter by status.
undo_actionio.github.nirholas/autopilot-mcp — Reverse a reversible execution (delete the alert rule / briefing); records a feedback memory. SOL transfers can't be undone.
generate_proposalsio.github.nirholas/autopilot-mcp — Run the agent's mind: turn high-salience memories + reflections into real, provenance-cited candidate actions.
set_autopilot_configio.github.nirholas/autopilot-mcp — Update those guardrails with a partial patch (grant scopes, set the daily SOL ceiling, arm/disarm). No action taken.
execute_proposalio.github.nirholas/autopilot-mcp — Take the real action. A wallet_transfer moves real SOL on mainnet, irreversible — needs confirm:true. Never sends $THREE.
dismiss_proposalio.github.nirholas/autopilot-mcp — Drop a pending proposal; records a feedback memory so the agent stops proposing it.
list_autopilot_activityio.github.nirholas/autopilot-mcp — The append-only signed receipts log — every autonomous action, its outcome, provenance, and signature.
compute_trustio.github.nirholas/autopilot-mcp — The agent's earned trust level (sandbox → trusted → autonomous), computed from real action history.
spec_initspec-tools-mcp — Initialize a new feature spec project
spec_todospec-tools-mcp — Analyze planning docs, conduct requirement interviews, and generate todo.md (optionally architecture.md first for cross-module changes)
spec_workspec-tools-mcp — Select execution mode, write plan for todo item, get approval, implement, and verify
get_rulesspec-tools-mcp — Return one of three rule documents by name: spec-development-rules (default), codebase-wiki-authoring, or codebase-wiki
spec_searchspec-tools-mcp — Return code locations and symbols from _codebase/ (including generated/ index); with query returns matching sections, without returns index.
spec_statusspec-tools-mcp — Show todo progress and pending approvals for all features
spec_handoffspec-tools-mcp — Generate a handoff document so other developers or new sessions can immediately take over
spec_archivespec-tools-mcp — Move completed features from projects/ to archive/
spec_codebase_mapspec-tools-mcp — Regenerate _codebase/generated/ from source code (regex-based, no LLM, 0 tokens) — file list, exported symbols, module dependency graph, dir
check_balanceio.github.Dempty-glitch/z-zero-mcp — Check spendable USD balance for a card alias
get_merchant_hintsio.github.Dempty-glitch/z-zero-mcp — Fetches platform-specific checkout playbooks (pre_steps and notes) for a given merchant platform to guide the agent through the checkout flo
request_payment_tokenio.github.Dempty-glitch/z-zero-mcp — Requests a temporary single-use payment token for a specified amount, cart, and criteria, with a 1-hour TTL.
execute_paymentio.github.Dempty-glitch/z-zero-mcp — Executes a payment using a previously requested token, optionally with a recheck parameter to confirm or pause before charging.
set_api_keyio.github.Dempty-glitch/z-zero-mcp — Activate a new Passport Key instantly, no restart needed
get_deposit_addressesio.github.Dempty-glitch/z-zero-mcp — Get your Base deposit address to top up with USDC (stablecoin on Base)
show_api_key_statusio.github.Dempty-glitch/z-zero-mcp — Check if a Passport Key is currently loaded (prefix only)
list_cardsio.github.Dempty-glitch/z-zero-mcp — List all virtual card aliases and balances
report_checkout_failio.github.Dempty-glitch/z-zero-mcp — Report a failed checkout to improve the hints database
auto_pay_checkoutio.github.Dempty-glitch/z-zero-mcp — Automatically detects and settles crypto-native checkouts (EIP-681) via gasless USDC transfer on Base, skipping the card flow.
get_trainio.github.DenisRaimondi/lombardia-trains — Gets live status for a specific train, including position, delays, and platform.
search_stationio.github.DenisRaimondi/lombardia-trains — Searches for a station by name or code and returns matching stations with their codes.
nowio.github.DenisRaimondi/lombardia-trains — Returns the current time and day in Italy.
get_departuresio.github.DenisRaimondi/lombardia-trains — Gets the departure board for a station, optionally filtered by time.
get_arrivalsio.github.DenisRaimondi/lombardia-trains — Gets the arrival board for a station, optionally filtered by time.
find_connectionio.github.DenisRaimondi/lombardia-trains — Finds direct train connections between two stations, including live delays and platforms.
find_journeyio.github.DenisRaimondi/lombardia-trains — Plans a journey between two stations with one change, using scheduled times.
malt_reconcile_revenueialejandro/mcp-malt — Pulls invoices, payments, and fee invoices to reconcile revenue for a period
malt_user_lifecycleialejandro/mcp-malt — Manages SCIM user lifecycle (deactivate/activate) for organization accounts
malt_list_invoicesialejandro/mcp-malt — List invoices you issued to clients