{
  "name": "Ticker Work public discovery",
  "description": "Read-only public discovery surface for Ticker Work, an agent-ready market context layer for AI stock research, portfolio monitoring, sentiment analysis and human-in-the-loop investing workflows.",
  "url": "https://ticker.work/",
  "version": "2026-07-08",
  "protocolVersion": "0.3.0",
  "provider": {
    "organization": "Ticker Work",
    "url": "https://ticker.work/"
  },
  "documentationUrl": "https://ticker.work/agent.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extendedAgentCard": false
  },
  "supportsAuthenticatedExtendedCard": false,
  "supportedInterfaces": [
    {
      "url": "https://ticker.work/",
      "protocolBinding": "https://webmachinelearning.github.io/webmcp/",
      "protocolVersion": "experimental"
    },
    {
      "url": "https://ticker.work/.well-known/api-catalog",
      "protocolBinding": "https://www.rfc-editor.org/rfc/rfc9727",
      "protocolVersion": "RFC 9727"
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "text/markdown",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown",
    "application/json"
  ],
  "securitySchemes": {
    "publicRead": {
      "type": "apiKey",
      "description": "Public discovery resources require no credential.",
      "in": "header",
      "name": "Authorization"
    }
  },
  "security": [
    {
      "publicRead": []
    }
  ],
  "skills": [
    {
      "id": "ticker-work-market-context",
      "name": "Ticker Work market context",
      "description": "Use public Ticker Work resources to evaluate read-only market-context workflows for AI stock research agents.",
      "tags": [
        "market-context",
        "ai-stock-research",
        "portfolio-monitoring",
        "financial-agent-guardrails"
      ],
      "examples": [
        "Find the Ticker Work guide for stock-market MCP context.",
        "Summarise Ticker Work constraints for an investing agent workflow."
      ],
      "inputModes": [
        "text/plain",
        "text/markdown",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "text/markdown",
        "application/json"
      ]
    }
  ]
}
