🚀 MCP Gateway

Model Context Protocol Server - Available Services

🔐 Authentication Required

Include the API key in your requests using one of these methods:

📖 How to Connect

Protocol: MCP over Server-Sent Events (SSE)

Method: GET requests only to /<service>/sse endpoints

Compatible Clients: Claude Desktop, OpenWebUI, or any MCP-compatible client

Available Services

📌 Skeleton Demo

Path: /skeleton

For Claude Desktop (Traditional SSE):

https://mcp-gateway.nas.ofsahin.com/skeleton/sse?key=my-secret-key-15

For OpenWebUI (Streamable HTTP):

https://mcp-gateway.nas.ofsahin.com/skeleton?key=my-secret-key-15

📌 Credit Card Scraper

Path: /credit

For Claude Desktop (Traditional SSE):

https://mcp-gateway.nas.ofsahin.com/credit/sse?key=my-secret-key-15

For OpenWebUI (Streamable HTTP):

https://mcp-gateway.nas.ofsahin.com/credit?key=my-secret-key-15

📌 Personal Memory

Path: /memory

For Claude Desktop (Traditional SSE):

https://mcp-gateway.nas.ofsahin.com/memory/sse?key=my-secret-key-15

For OpenWebUI (Streamable HTTP):

https://mcp-gateway.nas.ofsahin.com/memory?key=my-secret-key-15