Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHAINFETCH_API_TOKEN | Yes | Your ChainFETCH API token from chainfetch.app |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_addresses_semantic | Semantic search for Ethereum addresses using AI-powered vector similarity matching |
| search_addresses_json | JSON search for addresses with 150+ parameters for comprehensive filtering |
| search_addresses_llm | LLM-powered address search using LLaMA 3.2 3B to intelligently select from 150+ parameters |
| get_address_summary | Get AI-generated summary for a specific address |
| get_address_info | Get detailed information about a specific Ethereum address |
| search_transactions_semantic | Semantic search for transactions using AI-powered vector similarity matching |
| search_transactions_json | JSON search for transactions with 254+ carefully curated parameters |
| search_transactions_llm | LLM-powered transaction search using LLaMA 3.2 3B to select from 254 parameters |
| get_transaction_summary | Get AI-generated summary for a specific transaction |
| get_transaction_info | Get detailed information about a specific transaction |
| search_blocks_semantic | Semantic search for blocks using AI-powered vector similarity matching |
| search_blocks_json | JSON search for blocks with 120+ parameters |
| search_blocks_llm | LLM-powered block search using LLaMA 3.2 3B to select from 120+ parameters |
| get_block_summary | Get AI-generated summary for a specific block |
| get_block_info | Get detailed information about a specific block |
| search_tokens_semantic | Semantic search for tokens using AI-powered vector similarity matching |
| search_tokens_json | JSON search for tokens with comprehensive search parameters |
| search_tokens_llm | LLM-powered token search using AI to select optimal parameters |
| get_token_summary | Get AI-generated summary for a specific token |
| get_token_info | Get detailed information about a specific token |
| get_nft_instance_info | Get NFT instance information |
| search_smart_contracts_semantic | Semantic search for smart contracts using AI-powered vector similarity matching |
| search_smart_contracts_json | JSON search for smart contracts with 50+ parameters |
| search_smart_contracts_llm | LLM-powered smart contract search using AI to select from 150+ parameters |
| get_smart_contract_summary | Get AI-generated summary for a specific smart contract |
| get_smart_contract_info | Get detailed information about a specific smart contract |