{
  "markdown": "# MST-MCP Server\n\nAn official Model Context Protocol (MCP) server for the **MST Chain** ecosystem. This server provides tools for LLMs (like Claude) to search, list, and retrieve MST developer documentation (APIs, wallets, transactions, authentication, etc.).\n\n## 🚀 Deployed Endpoint\n* **Base URL (SSE Transport):** `https://mst-mcp.onrender.com/sse`\n* **Favicon / Branding:** `https://mst-mcp.onrender.com/favicon.png`\n\n---\n\n## 🛠 Exposed Tools\n\nAll tools are read-only lookup tools with custom annotations:\n\n1. **`list_documents`**\n   * **Description:** Lists all available developer documentation files in the server.\n   * **Annotations:** `readOnlyHint: true`, `title: \"List Documents\"`\n\n2. **`read_document`**\n   * **Description:** Reads and returns the contents of a specific documentation file (e.g., `SDK.txt`).\n   * **Annotations:** `readOnlyHint: true`, `title: \"Read Document\"`\n\n3. **`search_documents`**\n   * **Description:** Searches for a keyword or query across all files and returns matching lines with line numbers.\n   * **Annotations:** `readOnlyHint: true`, `title: \"Search Documents\"`\n\n---\n\n## 💡 Example Prompts to Try in Claude\n\nAfter connecting this server as a connector, you can ask Claude:\n\n* **Example 1 (Listing docs):** \n  > \"Check my mcp is in working and list all documentation files.\"\n* **Example 2 (Searching keywords):** \n  > \"Search the developer docs for wallet integration details.\"\n* **Example 3 (Retrieving document content):** \n  > \"Read the documentation on transaction structure.\"\n\n---\n\n## 🏗 Setup & Deployment\n\n### Local Development\nTo run the server locally:\n1. Initialize virtual environment and install dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n2. Start the server:\n   ```bash\n   python server.py\n   ```\n\n### Deploying on Render\n1. Create a new **Web Service** on Render.\n2. Connect your Git repository.\n3. Choose the **Docker** runtime (it automatically uses the workspace [`Dockerfile`](./Dockerfile)).\n4. Configure environment variables (like `PORT`).\n5. Render will automatically build the container and deploy the secure SSE endpoint.\n",
  "bytes": 2113,
  "sha": "289d45872faf62c2e14f12316a7d833783e4878a88bdfc06f5fd5df372dfe908",
  "repo_slug": "vipulsutar11/mst-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_vipulsutar11_mst_mcp_60746bc7/readme"
}