{
  "version": "1.0",
  "name": "CirclFi",
  "description": "Institutional-grade stock valuation engine — 13 models, 5,859 US equities, updated daily from SEC EDGAR.",
  "url": "https://circlfi.com",
  "capabilities": {
    "content": {
      "formats": ["text/html", "text/markdown"],
      "markdown_url": "https://circlfi.com/llms.txt",
      "sitemap": "https://circlfi.com/sitemap.xml",
      "robots": "https://circlfi.com/robots.txt"
    },
    "structured_data": {
      "schemas": ["FAQPage", "Dataset", "ItemList", "BreadcrumbList", "AnalysisNewsArticle", "SoftwareApplication", "WebSite", "Organization", "SpeakableSpecification", "Product", "HowTo", "TechArticle", "ProfilePage", "CollectionPage", "AboutPage"],
      "coverage": "every_indexable_page_except_/updated/"
    },
    "search": {
      "type": "client_side",
      "url": "https://circlfi.com/stocks/",
      "description": "Searchable directory of all tracked US equities"
    }
  },
  "endpoints": {
    "stocks": "https://circlfi.com/stocks/",
    "stock_detail": "https://circlfi.com/stock/{ticker}/",
    "blog": "https://circlfi.com/blog/",
    "blog_detail": "https://circlfi.com/blog/{ticker}-stock-analysis/",
    "lists": "https://circlfi.com/lists/",
    "methodology": "https://circlfi.com/methodology/",
    "data_api": "https://circlfi.com/data/valuations.json"
  },
  "mcp": {
    "remote": {
      "transport": "streamable-http",
      "url": "https://circlfi.com/api/mcp",
      "auth": "optional — Authorization: Bearer <gumroad-email> unlocks premium tools"
    },
    "local": {
      "transport": "stdio",
      "command": "npx -y circlfi-mcp",
      "repository": "https://github.com/negm17111995/Circlfi-MCP"
    },
    "registry_name": "io.github.negm17111995/circlfi-mcp",
    "tools": ["get_stock_valuation", "get_market_screener"],
    "resources": ["circlfi://methodology", "circlfi://service"],
    "prompts": ["value_stock", "screen_value_stocks"],
    "docs": "https://circlfi.com/mcp/",
    "legacy_remote_alias": "https://circlfi.com/mcp"
  },
  "webmcp": {
    "available_on": "all rendered HTML pages",
    "api": "document.modelContext.registerTool",
    "tools": ["circlfi.get_page_context", "circlfi.get_current_stock", "circlfi.get_stock_valuation", "circlfi.get_mcp_connection"],
    "safety": "All WebMCP tools are read-only and bounded; none access checkout, account, or visitor data."
  },
  "contact": {
    "website": "https://circlfi.com",
    "product": "https://circlfi.gumroad.com/l/dwaxoj"
  }
}
