> ## Documentation Index
> Fetch the complete documentation index at: https://docs.celo.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Celina

> Give an LLM read, prepare, and execute access to Celo mainnet through Celina's SDK, MCP server, and REST API

**Celina** is a third-party, open-source stack for app and agent developers — one shared tool catalog covering transfers, Mento FX, Uniswap v4, Aave v3, GoodDollar, governance, staking, and Self Agent ID, exposed through an SDK, an MCP server, and a REST API.

<CardGroup cols={2}>
  <Card title="SDK" icon="code" href="https://github.com/andrewkimjoseph/celina-sdk">
    TypeScript library for a custom backend — reads, unsigned transaction preparation, and ERC-4337 account abstraction.
  </Card>

  <Card title="MCP Server" icon="server" href="https://github.com/andrewkimjoseph/celina-mcp">
    Local stdio MCP server for Cursor and Claude Desktop that holds a key and can sign writes.
  </Card>

  <Card title="Hosted MCP" icon="cloud" href="https://github.com/andrewkimjoseph/celina-mcp-remote">
    Public Streamable HTTP MCP endpoint — no install, no keys, reads and quotes only.
  </Card>

  <Card title="API" icon="plug" href="https://github.com/andrewkimjoseph/celina-api">
    Public, keyless REST API for the same read-only catalog, for clients that don't speak MCP.
  </Card>
</CardGroup>

## Resources

| Resource                        | Link                                                                                                                                                                                  |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Website and local install guide | [usecelina.xyz](https://www.usecelina.xyz)                                                                                                                                            |
| Celina SDK                      | [GitHub](https://github.com/andrewkimjoseph/celina-sdk) · [npm](https://www.npmjs.com/package/@andrewkimjoseph/celina-sdk) · [GitBook](https://andrewkimjoseph.gitbook.io/celina-sdk) |
| Celina MCP (local)              | [GitHub](https://github.com/andrewkimjoseph/celina-mcp) · [npm](https://www.npmjs.com/package/@andrewkimjoseph/celina-mcp)                                                            |
| Celina MCP Remote (hosted)      | [GitHub](https://github.com/andrewkimjoseph/celina-mcp-remote)                                                                                                                        |
| Celina API                      | [GitHub](https://github.com/andrewkimjoseph/celina-api) · [GitBook](https://andrewkimjoseph.gitbook.io/celina-api)                                                                    |
