an MCP server that securely proxies the 1inch API for LLM to analyze DeFi revenue opportunities.
A Model Context Protocol (MCP) server that connects large language models to 1inch’s Fusion+ DeFi APIs.
The server exposes a set of LLM-friendly tools and resources so assistants can discover DeFi information, query market data, and analyze cross‑chain swap opportunities.
[Token & Market Data]
[DeFi Opportunities]
This project itself is built by utilizing LLMs fully.
Made 1inch dev portal crawler to get all info as PDFs, for easy reading from coding LLM agents. 1inch dev portal is good to read by human, but it is hard for LLMs and normal crawler to get all docs, so I have made document crawler by python + playwright.
Using docs crawled, I have made a toolset for registering MCP server
Built MCP server using official modelcontextprotocol SDK, that can be connected from OpenAI playground via http.