# Plugins

Real, working connectors to ground AI agents in primary MENA legal sources: a scoped OpenAPI Action schema for ChatGPT, and a live remote MCP server for Claude. Additional plugins and the Claude Code marketplace are on GitHub: [github.com/dikeai/plugins](https://github.com/dikeai/plugins).

---

## Supported Connectors

### 1. ChatGPT
- **Type**: OpenAPI Action
- **Description**: A scoped OpenAPI 3.1 Action schema (search, reason, cite, graph only, single API-key auth) to query official Saudi, UAE, and Egyptian primary legislation with verifiable citations directly inside a Custom GPT.
- **Import from URL**: `https://api.dike.it.com/v1/openapi-gpt-action.yaml`

### 2. Claude
- **Type**: Anthropic MCP (Streamable HTTP)
- **Description**: Connect Claude Code or Claude Desktop to Dike's live remote MCP server. Includes 4 tools: `dike_search`, `dike_reason`, `dike_cite`, `dike_graph_traverse`.
- **Setup**:
  ```
  claude mcp add --transport http dike https://api.dike.it.com/mcp --header "Authorization: Bearer $DIKE_API_KEY"
  ```
- Or add the self-serve plugin marketplace directly: `/plugin marketplace add dikeai/plugins`, then `/plugin install dike-legal-search@dike-plugins`.

Both require a Dike API key: https://dike.it.com/developers/ (self-serve signup is currently closed while in testing, see https://dike.it.com/auth.md).
