Gibraltar Prediction Markets MCP Server
Enables querying the Gibraltar Prediction Market Regulations 2026 in plain English via MCP clients, returning exact cited regulation text.
README
Gibraltar Prediction Markets — MCP Server
Query the Prediction Market Regulations 2026 (LN.2026/176) in plain English from Claude Desktop, Claude Code, ChatGPT, Cursor, or any MCP client. Ask a question — "What must an application for authorisation include?" — and get back the exact, cited regulation text instead of a guess.
Built for lawyers and regulatory professionals who want the statute inside the tools they already use.
📄 Official text: Prediction Market Regulations 2026 (LN.2026/176) — gibraltarlaws.gov.gi
⚖️ Not legal advice. This server reproduces Gibraltar legislation for research and reference only. It is not legal advice and not an official version of the law. Always verify against the official text and consult qualified Gibraltar counsel before relying on it.
Connect your client
| Client | Guide |
|---|---|
| Claude Desktop | docs/claude-desktop.md |
| Claude Code (CLI) | docs/claude-code.md |
| ChatGPT (custom connector) | docs/chatgpt.md |
| Cursor & other MCP clients | docs/cursor.md |
| Claude API / Agent SDK | docs/api-sdk.md |
| The law & data model | docs/concepts.md |
Quick start
The server is hosted at https://mcp.0xjb.dev/mcp — nothing to install. Connect from any MCP client:
Claude Desktop
- Open Settings → Connectors (under your profile menu).
- Click Add custom connector.
- Name it (e.g.
Gibraltar Prediction Markets) and paste the URL:https://mcp.0xjb.dev/mcp - Leave the OAuth Client ID blank — no sign-in is required — and click Add.
- In a new chat, open the tools menu (sliders icon) and check the connector is enabled, then ask away.
ChatGPT
- Enable developer mode: Settings → Apps & Connectors → Advanced settings → toggle Developer mode (requires a paid plan).
- Go to Settings → Apps & Connectors → Create (custom connector).
- Name it, set MCP server URL to
https://mcp.0xjb.dev/mcp, authentication: None. - Save, then enable the connector in a chat via the + / tools menu. ChatGPT retrieves through the server's
searchandfetchtools.
Claude Code (CLI)
claude mcp add --transport http gibraltar-pm https://mcp.0xjb.dev/mcp
Cursor / other MCP clients
Add a remote (streamable HTTP) MCP server with URL https://mcp.0xjb.dev/mcp — see docs/cursor.md.
Local via npm (stdio)
Every client can also run the npm package locally — no build, no paths:
{
"mcpServers": {
"gibraltar-prediction-markets": {
"command": "npx",
"args": ["-y", "gibraltar-prediction-markets-mcp"]
}
}
}
# Claude Code CLI
claude mcp add gibraltar-prediction-markets -- npx -y gibraltar-prediction-markets-mcp
For local testing before publishing, see PUBLISHING.md and the per-client guides (node dist/index.js over stdio, or npm run start:http for ChatGPT/remote).
What you can ask
- "List the arrangement of the Prediction Market Regulations 2026."
- "What does regulation 12 say about approving contracts?"
- "Give me the checklist for an authorisation application."
- "Define 'prediction market contract'."
- "Which contracts can the Authority prohibit under regulation 14?"
- "Can operators accept stablecoins?" (regulation 22)
Tools
Ten tools; search + fetch also satisfy ChatGPT's connector contract.
| Tool | Purpose |
|---|---|
search(query, limit?) |
Ranked keyword search; returns ids for fetch. |
fetch(id) |
Full verbatim text by id (reg-12, schedule-2, definitions). |
get_regulation(number) |
A regulation, 1–34, with its Part. |
list_regulations() |
The full arrangement of provisions. |
get_part(number) |
Every regulation in a Part, 1–7. |
get_schedule(number) |
A Schedule, 1–3. |
get_definition(term?) |
A defined term (reg 3); omit to list all. |
get_application_checklist() |
Schedule 1 — application requirements. |
get_authorisation_conditions() |
Schedule 2 — core conditions. |
about() |
Metadata, source and status of this server. |
Every response carries its source citation and a not-legal-advice reminder.
Data model
One authoritative file, data/regulations.json, holds the verbatim text. Each unit is an addressable document with a stable id — reg-1…reg-34, schedule-1…schedule-3, and definitions (the 14 defined terms of reg 3). This single shape serves every tool. Full walkthrough in docs/concepts.md.
Source
- Law: Prediction Market Regulations 2026, LN.2026/176 — subsidiary legislation under the Gambling Act 2025 (ss. 34 and 159). Commencement 13 July 2026.
- Official text: 2026s176.pdf · © Government of Gibraltar, gibraltarlaws.gov.gi.
License
MIT for the server code. The legislative text is © Government of Gibraltar, reproduced for reference.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。