# Integrations

Unibase integrates with popular AI and agent frameworks.

### MCP (Model Context Protocol)

* **Membase MCP** — [github.com/unibaseio/membase-mcp](https://github.com/unibaseio/membase-mcp) — Use Membase memory from MCP-compatible clients (Claude Desktop, Cline, etc.)
* **AIP** — MCP-compatible; AIP agents can expose tools and memory via MCP

### Frameworks

| Framework    | Integration | Notes                                    |
| ------------ | ----------- | ---------------------------------------- |
| **BitAgent** | Skill / MCP | Multi-agent platform with Membase memory |
| **ElizaOS**  | MCP         | Voice and chat agents                    |
| **Virtuals** | MCP         | Agent deployment standard                |
| **Swarms**   | MCP         | Multi-agent orchestration                |

### Unibase Pay

* **MCP** — Agents can use Unibase Pay via MCP for autonomous payments
* **Skill** — BitAgent skill for payment-gated tools

### Getting Started

1. **Memory** — [Membase Integration Options](/unibase-docs/membase/integration-options.md) (SDK, MCP, Skill)
2. **Payments** — [Unibase Pay Privy Wallet](/unibase-docs/unibase-pay/privy-wallet.md)
3. **Agents** — [AIP Quick Start](/unibase-docs/get-started/aip-quickstart.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://unibaseio.gitbook.io/unibase-docs/reference/integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
