generate_serveritsPremkumar/mcp-toolforge — Generates a complete, runnable MCP server project from natural-language tool descriptions.
askdavidtorcivia/signet — Searches your journal, falls back to the web, and answers in one or two sentences.
scheduledavidtorcivia/signet — Calendar stub for now; saves the request and says so rather than dropping it.
dodavidtorcivia/signet — Catch-all tool. Rules run first, then a model classifies what is left.
capturedavidtorcivia/signet — Saves what you said. No model call, works even when everything else is off.
bridge_list_chainsdanilaverbena/ArcLeap MCP — Returns supported chains with their CCTP domain IDs. Use the chain keys (for example base, arbitrum) in every other tool.
bridge_quotedanilaverbena/ArcLeap MCP — Validates a route without sending anything: USDC and gas balances, protocol fee, spend limits. Call this before bridge_start.
bridge_statusdanilaverbena/ArcLeap MCP — Checks attestation and mints USDC on the destination chain.
bridge_historydanilaverbena/ArcLeap MCP — Lists transfers and audit log, including incomplete transfers.
bridge_wallet_infodanilaverbena/ArcLeap MCP — Returns the signer address and type, and current limits.
search_knowledgeIgorAbramov/crypto-insight-mcp — Search the knowledge base for relevant document chunks matching a query.
get_market_historyIgorAbramov/crypto-insight-mcp — Get historical daily price data and statistics for a cryptocurrency.
analyze_portfolioIgorAbramov/crypto-insight-mcp — Analyze a portfolio of cryptocurrency holdings, returning total value, allocation percentages, concentration index, and warnings.
get_priceIgorAbramov/crypto-insight-mcp — Get spot price and 24h change for one or more cryptocurrency symbols.
buzz_approve_workflow0xtsotsi/buzz-mcp — Publish kind:46030 (approve) or kind:46031 (reject) referencing a workflow.
buzz_create_channel0xtsotsi/buzz-mcp — Publish a kind:9007 NIP-29 create_channel event.
buzz_poll0xtsotsi/buzz-mcp — Drain buffered EVENT frames from a sub_id (FIFO).
buzz_create_job0xtsotsi/buzz-mcp — Publish a kind:43001 KIND_JOB_REQUEST event.
buzz_edit_message0xtsotsi/buzz-mcp — Publish a kind:40003 edit referencing an existing message.
buzz_fetch_events0xtsotsi/buzz-mcp — POST a NIP-01 filter to /query; returns the raw event array.
buzz_identity0xtsotsi/buzz-mcp — Relay NIP-11 info doc + the operator's derived pubkey/npub.
buzz_list_channels0xtsotsi/buzz-mcp — kind:9007 NIP-29 channels visible to the operator.
buzz_add_member0xtsotsi/buzz-mcp — Publish a kind:9000 NIP-29 add_member event.
buzz_post_message0xtsotsi/buzz-mcp — Publish a kind:9 NIP-29 stream message; reply via NIP-10.
buzz_react0xtsotsi/buzz-mcp — Publish a kind:7 NIP-25 reaction.
buzz_search0xtsotsi/buzz-mcp — NIP-50 free-text search (falls back to client-side includes).
buzz_subscribe0xtsotsi/buzz-mcp — Open a ["REQ", sub_id, filter] against the shared WS.
buzz_unsubscribe0xtsotsi/buzz-mcp — Send ["CLOSE", sub_id] and drop it from the manager.
buzz_upload_media0xtsotsi/buzz-mcp — PUT /media/upload (or /upload); base64 or CWD-scoped path; max 1 MiB.
get_company_changesmambalabsdev/company-change-event-feed — Monitor a company domain for changes across hiring, tech stack, funding, firmographics, and social since the last run. Returns only the delt
get_profile_infoio.github.mcpware/instagram-mcp — Get profile info (bio, followers, media count)
get_account_pagesio.github.mcpware/instagram-mcp — List connected Facebook pages
get_commentsio.github.mcpware/instagram-mcp — Get comments on a post
post_commentio.github.mcpware/instagram-mcp — Post a comment
delete_commentio.github.mcpware/instagram-mcp — Delete a comment
hide_commentio.github.mcpware/instagram-mcp — Hide/unhide a comment
get_conversationsio.github.mcpware/instagram-mcp — Get conversations
reply_to_commentio.github.mcpware/instagram-mcp — Reply to a comment
get_media_insightsio.github.mcpware/instagram-mcp — Detailed analytics for a specific post
codegraph_architectureR1ck29/Claude Code Codegraph Harness — Provides architectural overview of the codebase, including high-level structure and relationships.
codegraph_searchR1ck29/Claude Code Codegraph Harness — Searches the codegraph for symbols or nodes matching a query, returning bounded relative paths and graph evidence.
codegraph_neighborsR1ck29/Claude Code Codegraph Harness — Returns the neighboring nodes of a given node in the codegraph, useful for exploring dependencies and relationships.
codegraph_statusR1ck29/Claude Code Codegraph Harness — Returns the status of the codegraph gateway and backend, including freshness and repository-bound state.
codegraph_impactR1ck29/Claude Code Codegraph Harness — Traces the impact of a change by finding affected nodes and dependencies, returning bounded graph evidence.
get_chat_messagesfalconbradley/Apple Messages MCP — Messages in one conversation, oldest-first, paged. Renders as a bubble transcript
search_messagesfalconbradley/Apple Messages MCP — Substring search over all history, filtered by chat, sender, and date range. The search term is optional — pass filters alone to read a conv
get_messagefalconbradley/Apple Messages MCP — One message in full, with attachments and delivery timestamps. Renders as a card
list_chatsfalconbradley/Apple Messages MCP — Conversations, most recently active first, with participants and a preview. Renders as a card
get_statsfalconbradley/Apple Messages MCP — Totals, unread count, per-service breakdown (iMessage/SMS/RCS), date range
messageswhogben/mac-messages — A single batched tool that takes a JSON array of requests and returns an aligned JSON array of responses, covering get_info, list_chats, get
transcribe_videonhatvu148/video-transcriber-mcp — Transcribes a video from a URL or local file path using whisper.cpp