We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GoPlausible/algorand-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
developer:docs:clis:indexer:indexer.md•565 B
title: indexer
---
## indexer
Algorand Indexer
### Synopsis
Indexer imports blocks from an algod node into an SQL database for querying. It is a daemon that can serve queries from that database.
```
indexer [flags]
```
### Options
```
-h, --help help for indexer
-v, --version print version and exit
```
### SEE ALSO
* [indexer api-config](../api-config/) - api configuration
* [indexer daemon](../daemon/) - run indexer daemon
* [indexer util](../util/util/) - Utilities for testing Indexer operation and correctness.