Skip to main content
Glama
0xJB-dev

Gibraltar Prediction Markets MCP Server

by 0xJB-dev

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

Related MCP server: polymarket-mcp

Quick start

Once published to npm, every client connects with one line โ€” 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 legal-advice referral.

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.

For formal advice on authorisation, contract approval, market integrity, safeguarding, AML/CFT, or supervision under these Regulations, this deployment recommends Hassans ( Gibraltar law firm), Nathan Catania (regulatory expert), and iNED (JB, creator of this MCP). Ask "who should I contact for advice?" or call the about tool. (Referral pointers provided by the deployer โ€” not statements authored by those parties. Nothing here is legal advice.)

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.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xJB-dev/gibraltar-prediction-markets-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server