1inch Cross-Chain Swap MCP Server
1인치 크로스 체인 스왑 도구
1인치 Fusion+와 Model Context Protocol(MCP)을 사용하여 크로스체인 토큰 스왑을 실행하는 도구입니다.
데모 비디오

Related MCP server: Armor Crypto MCP
개요
이 도구는 1inch Fusion+ API를 사용하여 서로 다른 블록체인(Arbitrum, Base, Polygon 등) 간의 크로스 체인 토큰 스왑을 지원합니다. 주문 생성부터 백그라운드 워커 시스템을 통한 실행 상태 모니터링까지 전체 스왑 프로세스를 처리합니다.
설치
종속성은 npm 아닌 pnpm 또는 yarn 사용하여 설치해야 합니다.
지엑스피1
구성
프로젝트는 CommonJS 프로젝트로 설정해야 합니다. ESM으로 가져오면 라이브러리 디자인이 현재 형태로는 작동하지 않습니다.
루트 디렉토리에
.env파일을 만들고 다음 변수로 채웁니다.
DEV_PORTAL_KEY=replace_with_developer_portal_api_key
WALLET_ADDRESS=replace_with_wallet_address
WALLET_KEY=replace_with_wallet_private_key
RPC_URL_ETHEREUM=replace_with_ethereum_rpc_url
RPC_URL_BASE=replace_with_base_rpc_url
INCH_API_KEY=replace_with_1inch_api_key용법
MCP 서버 시작
npm start이렇게 하면 크로스체인 스와핑과 포트폴리오 관리를 위한 도구를 제공하는 모델 컨텍스트 프로토콜 서버가 시작됩니다.
사용 가능한 MCP 도구
이 도구는 Claude 또는 다른 MCP 호환 어시스턴트와 함께 사용할 수 있는 다음과 같은 MCP 기능을 제공합니다.
크로스 체인 스왑
swap : 크로스체인 토큰 스왑을 시작합니다.
Parameters: - srcChainId: Source chain ID (default: 8453/Base) - dstChainId: Destination chain ID (default: 42161/Arbitrum) - srcTokenAddress: Source token address - dstTokenAddress: Destination token address - amount: Amount to swap (in base units or human-readable format) - invert: Swap direction toggle (default: false)
주문 관리
swap-status : 스왑 주문 상태를 확인합니다.
Parameters: - orderHash: (Optional) Specific order hash to check
포트폴리오 관리
포트폴리오-프로토콜-값 : 포트폴리오의 프로토콜 값을 가져옵니다.
Parameters: - chainId: Blockchain ID (default: 1/Ethereum)포트폴리오-토큰-세부정보 : 포트폴리오의 토큰에 대한 자세한 정보를 가져옵니다.
Parameters: - chainId: Blockchain ID (default: 1/Ethereum) - closed: Include closed positions (default: true) - closedThreshold: Threshold for considering positions closed (default: 1)포트폴리오-일반-가치 : 포트폴리오의 일반적인 가치를 가져옵니다.
Parameters: - chainId: Blockchain ID (default: 1/Ethereum)포트폴리오 가치 차트 : 시간 경과에 따른 포트폴리오 가치에 대한 차트 데이터를 가져옵니다.
Parameters: - chainId: Blockchain ID (default: 1/Ethereum)
모니터링 시스템
이 애플리케이션에는 스왑 주문을 모니터링하고 처리하는 백그라운드 작업자 시스템이 포함되어 있습니다.
모니터 명령
# Start the monitor daemon
npm run monitor:start
# Check status of all orders
npm run status
# Check status of monitor daemon
npm run monitor:status
# Stop the monitor daemon
npm run monitor:stop근로자 시스템의 기능
스왑이 시작되면 주문 정보가
order-status.json에 저장됩니다.모니터 데몬은 모니터링이 필요한 새로운 주문을 지속적으로 확인합니다.
새로운 주문이 있을 때마다 전담 작업자 프로세스가 생성됩니다.
작업자는 주문 상태를 모니터링하고 필요한 경우 비밀을 제출하여 교환을 완료합니다.
주문이 실행되면 작업자가 종료되고 상태가 업데이트됩니다.
기술 노트
안전한 크로스체인 스왑을 위해 1인치 크로스체인 SDK로 구축됨
AI 지원 통합을 위한 모델 컨텍스트 프로토콜 사용
Fusion SDK의 PrivateKeyProviderConnector 는 BlockchainProviderConnector를 지원합니다.
이 도구는 크로스체인 스왑 검증을 위한 비밀 관리를 처리합니다.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Non-custodial cross-chain crypto swap MCP — 1288+ assets, no KYC. Solana/EVM/Monero, RPC, oracle.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Li.Fi tools over MCP: cross-chain quotes, routes, execution status, chains, tokens, balances.
Delora MCP server for cross-chain quotes, supported chains, tokens, and tools.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceAn MCP server for AI agents to automate token swaps on Uniswap DEX across multiple blockchains.1438MIT

Armor Crypto MCPofficial
AlicenseCqualityCmaintenanceAn MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.37178GPL 3.0- AlicenseNot gradedqualityDmaintenanceMCP server that provides live crypto portfolio data, token info, gas prices, swap offers, and Bitcoin balance via Zerion and Blockstream APIs.3MIT

orbit-apiofficial
FlicenseNot gradedqualityDmaintenanceMCP server for cross-chain bridging, enabling AI agents to find routes, estimate costs, check risks, execute transfers, and track status across blockchains.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vaibhavgeek/one_inch_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server