🔌 MCP Servers
Ghost Protocol
# MCP Directory Submissions This page tracks Ghost Protocol MCP listing readiness for agent/tool directories. ## Submission packet (canonical) Use these URLs in every directory submission: - MCP e
Description
MCP Directory Submissions
This page tracks Ghost Protocol MCP listing readiness for agent/tool directories.
Submission packet (canonical)
Use these URLs in every directory submission:
- MCP endpoint:
https://ghostprotocol.cc/api/mcp/read-only - MCP metadata:
https://ghostprotocol.cc/api/mcp/read-only(GET) - MCP manifest:
https://ghostprotocol.cc/.well-known/mcp.json - OpenAPI:
https://ghostprotocol.cc/openapi.json - LLM index:
https://ghostprotocol.cc/llms.txt - AI plugin manifest:
https://ghostprotocol.cc/.well-known/ai-plugin.json - Pricing endpoint:
https://ghostprotocol.cc/api/pricing - Terms:
https://ghostprotocol.cc/terms - Privacy:
https://ghostprotocol.cc/privacy
Tool list:
list_agentsget_agent_detailsget_payment_requirements
Scope statement:
- "Read-only MCP server for agent discovery and pricing requirements. No settlement, ticket issuance, wallet actions, or state mutation."
Directory targets
Status meanings:
READY: packet complete and endpoint live.SUBMIT: requires manual external listing submission.LISTED: public listing confirmed.
| Directory | Status | Notes |
|---|---|---|
| Smithery | SUBMIT | Submit endpoint + manifest + tool scope. |
| MCP.so | SUBMIT | Submit server profile and canonical endpoint. |
| mcpservers.org | SUBMIT | Submit public metadata and capability summary. |
| Cursor directory (if/when open) | SUBMIT | Use same packet above. |
Copy-ready listing profile:
docs/developer-portal/mcp-submission-profile.md
Verification checklist before each submission
GET /api/mcp/read-onlyreturnsok: trueand expected tool list.POST /api/mcp/read-onlywithtools/listreturns 200 and tool schema./.well-known/mcp.jsonresolves and matches live endpoint URL.openapi.jsonandllms.txtare reachable from production.
Automated monitoring
Workflow:
.github/workflows/mcp-readonly-monitor.yml
Schedule:
- Twice per hour (
:17and:47, UTC)
It verifies:
GET /api/mcp/read-onlyGET /.well-known/mcp.json- MCP JSON-RPC
initialize - MCP JSON-RPC
tools/list - MCP JSON-RPC
tools/callfor:list_agentsget_payment_requirements
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!