Gibraltar Prediction Markets MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Gibraltar Prediction Markets MCP ServerWhat must an application for authorisation include?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 | |
Claude Code (CLI) | |
ChatGPT (custom connector) | |
Cursor & other MCP clients | |
Claude API / Agent SDK | |
The law & data model |
Related MCP server: US Regulations MCP Server
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/mcpLeave 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/mcpCursor / 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-mcpFor 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 |
| Ranked keyword search; returns ids for |
| Full verbatim text by id ( |
| A regulation, 1โ34, with its Part. |
| The full arrangement of provisions. |
| Every regulation in a Part, 1โ7. |
| A Schedule, 1โ3. |
| A defined term (reg 3); omit to list all. |
| Schedule 1 โ application requirements. |
| Schedule 2 โ core conditions. |
| 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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityFmaintenanceEnables AI assistants to query Polymarket prediction markets and analyze market data through the MCP interface.Last updated8
- Alicense-qualityDmaintenanceEnables querying US compliance regulations including HIPAA, CCPA, SOX, and more directly from AI assistants and MCP-compatible clients.Last updated100Apache 2.0
- AlicenseAqualityAmaintenanceMCP server for EU compliance grounding (GDPR, AI Act, DORA, NIS2, eIDAS 2.0, CRA) โ verbatim retrieval from a local SQLite FTS5 index.Last updated5199MIT
- Alicense-qualityCmaintenanceEnables searching and running an AI council (Grok, Claude, GPT, Gemini) on Polymarket events to produce structured verdicts from any MCP client.Last updatedMIT
Related MCP Connectors
Query any docs site via MCP. Submit a URL, ask questions, get cited answers.
market-spread MCP โ cross-venue prediction-market landscape scanner.
Read-only MCP server for live Polymarket, Kalshi, Limitless odds; Manifold sentiment.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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