# MetaComp Developer Docs > AI-native risk and financial infrastructure — KYT (VisionX) and money movement (AgentX), callable from any MCP client at https://www.metacomp.ai/mcp. ## Overview - [Introduction](https://www.metacomp.ai/developers): AI-native risk and financial infrastructure — VisionX for KYT and AgentX for accounts, payments, FX, and fixed income, usable as an Agent Skill or directly as MCP tools. ## Getting Started - [Claude.ai](https://www.metacomp.ai/developers/getting-started/ai-clients/claude-ai): Connect MetaComp's MCP server to Claude.ai via the Connectors settings panel. - [Claude Code](https://www.metacomp.ai/developers/getting-started/ai-clients/claude-code): Add MetaComp as an MCP server in Claude Code for terminal-based AI workflows. - [Claude Desktop](https://www.metacomp.ai/developers/getting-started/ai-clients/claude-desktop): Configure MetaComp as a local MCP server in Claude Desktop using the npm package. - [Cursor, Windsurf & Cline](https://www.metacomp.ai/developers/getting-started/ai-clients/cursor-windsurf-cline): Set up MetaComp's MCP server in editor-based AI clients such as Cursor, Windsurf, and Cline. - [Overview](https://www.metacomp.ai/developers/getting-started/ai-clients): Compare the supported AI clients and choose the right integration path for your workflow. - [VS Code](https://www.metacomp.ai/developers/getting-started/ai-clients/vs-code): Connect MetaComp's MCP server to Visual Studio Code by configuring a remote HTTP MCP server in mcp.json. - [Authentication](https://www.metacomp.ai/developers/getting-started/authentication): How to obtain a MetaComp API key and understand the two authentication paths — OAuth 2.0 (hosted MCP) and direct token (local/npm MCP). - [Core Concepts](https://www.metacomp.ai/developers/getting-started/core-concepts): The foundational ideas behind MetaComp's MCP-first architecture — what MCP is, the product lines, tool safety, and how cross-vendor aggregation works. - [Quickstart](https://www.metacomp.ai/developers/getting-started/quickstart): The fastest way to start with MetaComp — install the Agent Skill in Claude, or connect the MCP tools directly in your own agent. ## Agent Skill - [How It Works](https://www.metacomp.ai/developers/skill/how-it-works): How the MetaComp Agent Skill relates to the MCP server and to your MetaComp account. - [Overview](https://www.metacomp.ai/developers/skill): The MetaComp Agent Skill packages MetaComp as an agent skill layer on top of the MCP server — one skill, five capability groups, driven by natural language. - [Install & Connect](https://www.metacomp.ai/developers/skill/install): Install the MetaComp Agent Skill in Claude.ai (recommended) or another agent, and connect it to your MetaComp account via the MCP server. ## VisionX - [Concepts](https://www.metacomp.ai/developers/vision-x/concepts): Core concepts behind VisionX risk scoring — risk scores, exposure categories, transaction timeline, and cross-vendor verdicts. - [Automated Compliance Pipeline](https://www.metacomp.ai/developers/vision-x/guides/automated-compliance-pipeline): Run VisionX wallet and transaction screening unattended inside Claude Code, Cursor, or Cline. - [Investigate a Transaction](https://www.metacomp.ai/developers/vision-x/guides/investigate-a-transaction): Retrieve transaction risk signals and the counterparty wallet report in a single VisionX call. - [Screen a Wallet](https://www.metacomp.ai/developers/vision-x/guides/screen-a-wallet): Check a wallet address for risk before sending funds using VisionX. - [VisionX Overview](https://www.metacomp.ai/developers/vision-x): KYT and Web3 risk screening for Bitcoin, Ethereum, and Tron — directly inside your AI client via MCP. - [Response Reference](https://www.metacomp.ai/developers/vision-x/responses): Response shape and field reference for VisionX MCP tools. - [MCP Tools](https://www.metacomp.ai/developers/vision-x/tools): Full parameter reference for the VisionX MCP tools get_wallet_security and get_transaction_security. ## AgentX - [Accounts & Balances](https://www.metacomp.ai/developers/financial-services/accounts): How to query MetaComp account summaries and per-currency detail using get_account_summary, get_account_detail, and get_module_permissions. - [Concepts](https://www.metacomp.ai/developers/financial-services/concepts): Core concepts for MetaComp AgentX — account model, currency typing, fees, minor units, verification codes, module permissions, and error shapes. - [Deposit Crypto](https://www.metacomp.ai/developers/financial-services/guides/deposit-crypto): Generate a wallet address and QR code for a first-party crypto deposit, or estimate a third-party (COBO) crypto deposit via the MCP API. - [Deposit Fiat](https://www.metacomp.ai/developers/financial-services/guides/deposit-fiat): Wire fiat currency into your MetaComp account using first-party bank transfer, same-name (named account), or third-party (COBO) paths via the MCP API. - [Exchange (OTC)](https://www.metacomp.ai/developers/financial-services/guides/exchange-otc): Execute a two-step OTC currency exchange — lock a quote, confirm at the live rate — using MetaComp's MCP API. - [Transaction History](https://www.metacomp.ai/developers/financial-services/guides/transaction-history): Query paginated deposit and withdrawal history for your MetaComp account, with time-range filtering and per-record status details. - [Wealth (Fixed Income)](https://www.metacomp.ai/developers/financial-services/guides/wealth-fip): Subscribe to MetaComp Fixed Income Products (FIP) — flexible and fixed-term — after completing the investor precheck via the MCP API. - [Withdraw Crypto](https://www.metacomp.ai/developers/financial-services/guides/withdraw-crypto): Withdraw cryptocurrency from your MetaComp account to a first-party or third-party wallet address via the MCP API. - [Withdraw Fiat](https://www.metacomp.ai/developers/financial-services/guides/withdraw-fiat): Withdraw fiat currency from your MetaComp account to a bank account — first-party or third-party — via the MCP API. - [AgentX Overview](https://www.metacomp.ai/developers/financial-services): MetaComp AgentX — financial workflows via MCP tools, covering deposit, withdrawal, OTC exchange, transaction history, and wealth-product subscriptions. - [Response Reference](https://www.metacomp.ai/developers/financial-services/responses): Shared response conventions for AgentX MCP tools — minor units, status fields, OTC trade codes, re-authentication shape, and OTC two-step error model. - [MCP Tools](https://www.metacomp.ai/developers/financial-services/tools): Complete parameter and return reference for all 32 AgentX MCP tools across payments (accounts, OTC exchange, fiat deposit, crypto deposit, withdrawal, history) and fixed income. ## Reference - [Rate Limits](https://www.metacomp.ai/developers/reference/rate-limits): MetaComp's request-rate posture, backoff guidance, and the rule against auto-retrying destructive operations. - [Status & Errors](https://www.metacomp.ai/developers/reference/status-and-errors): Complete reference for MetaComp MCP tool responses — the success wrapper, re-authentication errors, credit/metering errors (HTTP 402), OTC quote errors (HTTP 410/409), validation errors, and how each one surfaces to an AI client. ## CLI - [CLI](https://www.metacomp.ai/developers/cli): A dedicated MetaComp CLI is coming soon. ## Resources - [Changelog](https://www.metacomp.ai/developers/resources/changelog): A dated record of significant changes, new tools, and notable updates to the MetaComp MCP API and developer documentation. - [FAQ](https://www.metacomp.ai/developers/resources/faq): Answers to frequently asked questions about MetaComp's MCP API, supported clients, networks, authentication, and more. - [Security & Compliance](https://www.metacomp.ai/developers/resources/security-and-compliance): MetaComp's security posture, data handling practices, KYT methodology, and the safety model around destructive financial operations. - [Support](https://www.metacomp.ai/developers/resources/support): How to get help with MetaComp's MCP API, report bugs, request higher throughput, or ask questions about VisionX and AgentX.