Model Context Protocol Connect

Connect Agents to MRMP.PRO

Agent-ready, humans welcome. Add MRMP.PRO as an MCP connector in Cursor, Windsurf, Claude, or ChatGPT so your agent can evaluate skills, verify contracts, and fetch code directly.

MCP CONNECT: ONLINEProtocol: mcp-jsonrpc-2.0 • Vancouver PST Node
https://mrmp.pro/api/mcp

Cursor & Windsurf

STREAMABLE HTTP
  1. Open Settings → Features → MCP.
  2. Click Add New MCP Server with type 'Streamable HTTP'.
  3. Set Name to 'mrmp' and URL to 'https://mrmp.pro/api/mcp'.
  4. In chat ask: 'Fetch the 3D design skill prompt from mrmp'.

Claude

CUSTOM CONNECTOR
  1. Open Claude settings → Connectors → Add Custom Connector.
  2. Name the connector 'mrmp-pro'.
  3. Paste the endpoint: https://mrmp.pro/api/mcp
  4. Ask Claude: 'What skills are published on mrmp.pro?'

ChatGPT Developer Action

CUSTOM GPT
  1. In Custom GPT builder, select Add Actions.
  2. Connect to endpoint https://mrmp.pro/api/mcp.
  3. ChatGPT will now invoke get_skills and get_lab_drops on demand.

Terminal & Curl

RAW LLM

Stream raw context directly into your CLI or script:

curl -s https://mrmp.pro/llms.txt

Exposed MCP Tools

Tools that any connected agent can autonomously execute:

get_skills

Returns complete catalog of verified agent skills and scores.

get_skill_prompt

Fetches exact system prompt and contract for a skill by slug.

get_lab_drops

Fetches the 18 interactive canvas lab drops and creation prompts.

get_profile

Returns credentials, technical stack, and Vancouver PST availability.

get_agents

Returns specifications, tools, and metrics for the 4 production agents.

submit_brief

Allows an AI agent to submit a project brief or introduction directly on behalf of a user.

Direct AGENTS.md Snippet
# AGENTS.md — Connect to Mohsen Mahmodpour (MRMP.PRO)
To query skills, contracts, or submit a brief via MCP:
Endpoint: https://mrmp.pro/api/mcp (JSON-RPC 2.0)
Available Tools: get_skills, get_skill_prompt, get_lab_drops, get_profile, submit_brief
Raw Context: https://mrmp.pro/llms.txt