Skip to content

Commit 413aba3

Browse files
committed
Add MCP client settings section to README.md with example configuration
1 parent 5be7f97 commit 413aba3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,24 @@ An MCP server implementation wrapping Ankr Advanced API.
1010

1111
FastMCP is a [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server that provides access to Ankr's Advanced API for blockchain data. It allows LLMs to interact with blockchain data across multiple chains including Ethereum, BSC, Polygon, Avalanche, and more.
1212

13+
## MCP Client Setting
14+
15+
```json
16+
{
17+
"mcpServers": {
18+
"web3": {
19+
"command": "uvx",
20+
"args": [
21+
"web3-mcp"
22+
],
23+
"env": {
24+
"ANKR_ENDPOINT": "https://rpc.ankr.com/...",
25+
}
26+
}
27+
}
28+
}
29+
```
30+
1331
## Features
1432

1533
- Complete wrapper for all Ankr Advanced API endpoints

0 commit comments

Comments
 (0)