The MCP tool directory.
Each row is one tool from one provider. Tools sharing a name across providers (e.g. search) are listed separately because they aren't interchangeable.
[ 2892 tools indexed ]
[ all tools ]
30 / 2892
chain_amendment_track
[ remote ]Track law amendment history with optional article-level diff (법령 개정 추적). Chains: amendment summary → article diff between latest two versions. If article=0, returns only the revision list. If article is specified, also diffs that article between the two most recent revisions. Args: law_name: Law name (e.g., "근로기준법") article: Article number to diff (0 = summary only, e.g., 52 for 제52조) date_from: Start date YYYYMMDD (default "20200101") date_to: End date YYYYMMDD (default "20261231") oc: Optional OC override type: Response format Returns: Revision history and optional article diff Examples: >>> chain_amendment_track(law_name="근로기준법") >>> chain_amendment_track(law_name="근로기준법", article=52, date_from="20180101")
chain_dispute_prep
[ remote ]Prepare for a legal dispute by gathering all case law (분쟁 준비 자료). Chains: precedent search + admin appeals + constitutional decisions + special tribunal. Gathers all decision-type legal sources in one call. Args: query: Dispute topic (e.g., "부당해고", "개인정보 유출", "조세 부과 취소") display: Results per category (default 5) oc: Optional OC override type: Response format Returns: Precedents, admin appeals, constitutional decisions, and special tribunal decisions Examples: >>> chain_dispute_prep(query="부당해고") >>> chain_dispute_prep(query="개인정보 유출 과징금")
chain_full_research
[ remote ]Complete legal research in one call (종합 법률 조사). Chains: AI search → statutes → precedents with outcome analysis → interpretations → citations. This is the most comprehensive single-call research tool. Args: query: Natural language query (e.g., "음주운전 처벌 기준", "임대차 보증금 반환") display: Results per sub-query (default 5) oc: Optional OC override type: Response format Returns: Combined legal analysis with statutes, precedent statistics, interpretations, and citations Examples: >>> chain_full_research(query="부당해고 구제") >>> chain_full_research(query="개인정보 유출 신고 의무")
chain_law_system
[ remote ]Map the full law system hierarchy (법령 체계 조회). Chains: law search → delegation tree → related admin rules → linked ordinances. Shows how a law connects to its subordinate regulations. Args: law_name: Law name (e.g., "건축법", "근로기준법") oc: Optional OC override type: Response format Returns: Law hierarchy: parent law, delegated decrees/rules, linked ordinances Examples: >>> chain_law_system(law_name="건축법") >>> chain_law_system(law_name="개인정보 보호법")
change_crm_state
[ remote ]Change a customer's CRM conversion state (category) for a product.
check_inbox
[ remote ]Check a disposable AgentMail inbox for new messages. Use after create_test_inbox to read verification emails, OTP codes, welcome emails, or password reset links. Automatically extracts verification codes from email content.
check_mcp_compatibility
[ remote ]Check compatibility between MCP servers. Detects conflicts (e.g., two database providers), redundancies (e.g., two ORMs), and synergies (e.g., GitHub + Vercel). Returns a health score (0-100) with grade (A/B/C/D) and detailed breakdown.
check_precedent_odds
[ remote ]Find precedent statistics and key outcome factors for a legal question (판례 승률 분석). Searches court precedents, analyzes outcomes (인용/기각/파기), and extracts key factors that influenced decisions. Useful for assessing legal odds. Args: query: Legal question or keywords (e.g., "택배 파손 보상", "임대차 보증금 반환") display: Number of precedents to search (max 100, default 20) top_n: Number of top precedents to analyze in detail (default 5) oc: Optional OC override type: Response format - "JSON" (default), "XML", or "HTML" Returns: Outcome statistics, key factors, and representative case summaries Examples: >>> check_precedent_odds(query="택배 파손 보상") >>> check_precedent_odds(query="부당해고", display=50, top_n=10)
check_rug_risk
[ remote ]Rug-pull-focused security scan. Checks mint/freeze controls, LP lock status, honeypot behavior, holder concentration, and returns SAFE/CAUTION/DANGER.
check_screenshot_cache
[ remote ]Check if a screenshot is already cached without capturing a new one. Does not count against your quota.
clerk_sdk_snippet
[ remote ]Get Clerk SDK code snippets and patterns.
committee_search
[ remote ]Search committee decisions (위원회 결정문 목록 조회). Search decisions from Korean government committees. Args: committee: Committee name in Korean. Valid values: 개인정보보호위원회, 고용보험심사위원회, 공정거래위원회, 국민권익위원회, 금융위원회, 노동위원회, 방송미디어통신위원회, 산업재해보상보험재심사위원회, 중앙토지수용위원회, 중앙환경분쟁조정위원회, 증권선물위원회, 국가인권위원회 query: Search keyword (default "*") display: Number of results per page (max 100, default 20) page: Page number (1-based, default 1) oc: Optional OC override (defaults to env var) type: Response format - "JSON" (default), "XML", or "HTML" search: 1=안건명 (case name), 2=본문검색 (full text) sort: Sort order gana: Dictionary search ctx: MCP context (injected automatically) Returns: Committee decision list or error Examples: Search 공정거래위원회 decisions: >>> committee_search(committee="공정거래위원회", query="담합")
committee_service
[ remote ]Retrieve committee decision full text (위원회 결정문 본문 조회). Args: committee: Committee name (same values as committee_search) id: Decision serial number (결정문일련번호) oc: Optional OC override type: Response format - "JSON" (default), "XML", or "HTML" ctx: MCP context (injected automatically) Returns: Full decision text or error
compare_audits
[ remote ]Compare two audit reports to track technical debt trends over time. Shows new issues, resolved issues, and health score change.
compare_confirmed_vs_uninterested
[ remote ]Pull sample confirmed and uninterested conversations and return side-by-side message snippets.
compare_techs
[ remote ]Compare 2-4 technologies side-by-side with per-dimension score breakdown, overall rankings with grades, and a compatibility matrix showing how well technologies work together. Perfect for making informed technology decisions. Example: compare ["nextjs", "sveltekit", "remix"] to find the best meta-framework for your project.
configure_product_strategy
[ remote ]Read/update product strategy assets: market position, conversion notes, and funnels.
configure_targeting
[ remote ]Read/update subreddit targeting and keywords for a product.
confirm_cost
[ remote ]Ask the user to confirm their understanding of the cost of creating a new project or branch. Call `get_cost` first. Returns a unique ID for this confirmation which should be passed to `create_project` or `create_branch`.
confirm_escrow_transaction
[ remote ]Register the on-chain EscrowCreate transaction hash with the referee. Call this after submitting the EscrowCreate transaction on XRPL. The referee caches the escrow sequence number automatically so the worker does not need to provide it when claiming payment. Returns: status: "confirmed", sequence: escrow sequence number.
connect.applications.create
[ remote ]Create a new Connect Application. Supports both OAuth and Machine-to-Machine (M2M) application types.
connect.applications.delete
[ remote ]Delete an existing Connect Application.
connect.applications.get
[ remote ]Retrieve details for a specific Connect Application by ID or client ID.
connect.applications.list
[ remote ]List all Connect Applications in the current environment with optional filtering.
connect.applications.update
[ remote ]Update an existing Connect Application. For OAuth applications, you can update redirect URIs. For all applications, you can update the name, description, and scopes.
connect.by_namespace.get
[ remote ]List all connections in a namespace. Supports filtering by metadata using `metadata.{key}={value}` query params.
connect.create
[ remote ]Create a new MCP connection with an auto-generated ID. Requires API key and namespace ownership.
connect.delete
[ remote ]Delete a connection and terminate its MCP session. Requires API key and namespace ownership.
connect.get
[ remote ]Get details for a specific connection. Requires service token with connections:read scope.
connect.subscriptions.by_namespace.create
[ remote ]Create a namespace-scoped subscription that receives events from every connection in the namespace.