diff --git a/build-on-celo/build-with-ai/mcp/celina.mdx b/build-on-celo/build-with-ai/mcp/celina.mdx
new file mode 100644
index 000000000..6d9620713
--- /dev/null
+++ b/build-on-celo/build-with-ai/mcp/celina.mdx
@@ -0,0 +1,32 @@
+---
+title: "Celina"
+sidebarTitle: "Celina (agent wallet)"
+description: "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.
+
+
+
+ TypeScript library for a custom backend — reads, unsigned transaction preparation, and ERC-4337 account abstraction.
+
+
+ Local stdio MCP server for Cursor and Claude Desktop that holds a key and can sign writes.
+
+
+ Public Streamable HTTP MCP endpoint — no install, no keys, reads and quotes only.
+
+
+ Public, keyless REST API for the same read-only catalog, for clients that don't speak MCP.
+
+
+
+## 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) |
diff --git a/build-on-celo/build-with-ai/mcp/index.mdx b/build-on-celo/build-with-ai/mcp/index.mdx
index 613cf123e..a324d9143 100644
--- a/build-on-celo/build-with-ai/mcp/index.mdx
+++ b/build-on-celo/build-with-ai/mcp/index.mdx
@@ -12,6 +12,8 @@ description: Learn about the Model Context Protocol and how to use Celo-specific
- Governance Proposals
- [Celo Docs MCP Server](/build-on-celo/build-with-ai/use-docs-with-ai)
- Search the documentation from your editor
+- [Celina](/build-on-celo/build-with-ai/mcp/celina)
+ - Give your LLM a wallet on Celo — balances, transfers, DeFi, governance, staking, and Self Agent ID