jktjj-mcp
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., "@jktjj-mcpsearch for BJJ events in New York this weekend"
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.
JKTJJ MCP Server
MCP server for AI agent access to JKTJJ's structured BJJ data — gyms, coaches, events, and cities worldwide.
Install
opencode
Add to your opencode.json:
{
"mcp": {
"jktjj": {
"type": "remote",
"url": "https://mcp.jktjj.com/mcp",
"enabled": true
}
}
}Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"jktjj": {
"type": "url",
"url": "https://mcp.jktjj.com/mcp"
}
}
}Cursor
Settings → MCP Servers → Add:
Name:
jktjjType:
urlURL:
https://mcp.jktjj.com/mcp
Smithery
npx @smithery/cli mcp add jktjj-com/jktjj-mcpMCP Inspector
npx @modelcontextprotocol/inspectorThen connect to https://mcp.jktjj.com/mcp.
Related MCP server: Countries MCP Server
Remote URL
https://mcp.jktjj.com/mcpTools
Free Tools (no auth required)
Tool | Description |
| List supported cities, filterable by country |
| Full city details by slug |
| Filtered gym list (city, gi/nogi, open mat, affiliation, instructor) |
| Full gym profile by city + gym slug |
| Filtered event list (city, date range, type) |
| Full event details by slug |
Premium Tools (x402 USDC — $0.005–$0.02/call)
Tool | Description | Price |
| Search schedules by day, time, class type across a city | $0.02 |
| Open mat sessions by city and day | $0.005 |
| Cross-index text search (cities, gyms, coaches, events) | $0.005 |
| Filtered coach list (city, affiliation) | $0.005 |
| Full coach profile by slug | $0.005 |
| Weekly schedule for a gym or all gyms in a city | $0.005 |
| City-level data export (gyms, events, coaches) | $0.005 |
Resources
URI | Description |
| API catalog with endpoints, pricing, and optimization hints |
| Routing instructions, decision defaults, and query examples |
| JKTJJ llms.txt content |
| Current snapshot version and counts |
Prompts
Prompt | Description |
| Build a training itinerary for a city and date range |
| Find open mat sessions in a city on a specific day |
| Get a weekly summary of BJJ events |
Agent Discovery
External agents and bots can discover how to use the MCP server through these public surfaces:
Surface | URL | Format |
Well-known skill |
| Markdown |
MCP resource |
| Markdown (after connecting) |
llms.txt |
| Plain text |
Catalog (HTTP) |
| JSON |
For Developers |
| HTML |
The well-known SKILL.md contains routing instructions, decision defaults, and query examples. Agents can fetch it via HTTP GET without connecting to the MCP server.
Registries
Registry | Status | URL |
MCP Registry | Pending | |
Smithery | Published | |
Cline Marketplace | Submitted | |
MCP.Directory | Submitted | |
MCP.so | Submitted |
Development
Prerequisites
Node.js
Cloudflare account with Workers enabled
Domain
mcp.jktjj.comconfigured in Cloudflare DNS
Quick Start
npm install
npm run devThe server starts on http://localhost:8787.
Deploy
npm run deployTests
npm testArchitecture
The MCP server fetches a data snapshot from jktjj.com/api/x402/data-snapshot on boot and refreshes it every 5 minutes. All tools query from this in-memory snapshot — no direct data file access at runtime.
jktjj.com/data/* → /api/x402/data-snapshot → mcp Worker (in-memory cache) → MCP toolsLicense
MIT
This server cannot be installed
Maintenance
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
- 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/jktjj/jktjj-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server