Agent discovery: llms-knowledge.txt, developers hub, api-catalog, knowledge MCP search_knowledge
API v2.6.0只读

知识- API 与 MCP

面向 AI 智能-与-发-的机器可读接口-无- API 密钥即可搜索经核实的访客问--

- 访客帮助中心

概览

SeaTac 知识--车型目录-保险-天-与租车公司 API 提供 REST JSON 与 MCP 工具描述-权威内容仅-过本站 canonical URL 发布-

  • 基- URL: https://seatacrentalcarfacility.com
  • 车型目录: 55 (3 精-)
  • 天-: /api/weather (Open-Meteo,30 分钟-存)
  • MCP: search_knowledge, get_article, get_car_model, search_insurance

快--始

  1. 阅读发现索引: llms-knowledge.txt
  2. 搜索文章: curl "https://seatacrentalcarfacility.com/api/knowledge?q=parking&lang=en"
  3. 获取单篇 Markdown: curl "https://seatacrentalcarfacility.com/api/knowledge/tour-bus-rv-parking?format=md&lang=en"
  4. 列出车型目录: curl "https://seatacrentalcarfacility.com/api/cars"
  5. 获取 CONRAC 天-与车型建议: curl "https://seatacrentalcarfacility.com/api/weather"

身份验证

公-只读端点,无- API 密钥-请遵守合理使-频率(见下方 Rate limits)-

REST 端点

方法路径说明
GET/api/knowledge全文或 ?q= 搜索
GET/api/knowledge/{id}JSON 文章
GET/api/knowledge/{id}?format=mdMarkdown export
GET/api/knowledge/mcpMCP descriptor
GET/api/agencies12 家租车公司索引(含 calculatorDefaults)
GET/api/agencies/{slug}单-牌 JSON(费-场景 + 计算器默认-)
GET/api/agencies/{slug}?format=mdMarkdown 导出(含计算器章节)
GET/api/cars全部 55 款车型索引(featured[] + models[])
GET/api/cars/{slug}单车型 JSON(规格-评分-KB-保险-接)
GET/api/cars/{slug}?format=mdMarkdown 导出(含 KB 文章与 weatherTip)
GET/api/insurance/providers8 家保险供-商索引(dailyUsd, pulseScore, kbId)
GET/api/insurance?q=cdw保险 KB 搜索(CDW/LDW/SLI 等)
GET/api/weather实时天- + 7 日预报 + --常- + rentalRecommendation

参数: q, lang (en|zh), format (md)

租车公司计算器示例:

curl "https://seatacrentalcarfacility.com/api/agencies/sixt?lang=en"

--字段:costScenarios, kayakPriceHint, costBreakdown, specs, calculatorDefaults (baseDailyRate, depositHold, cfcPerDay, taxRate, fuelPolicy)

车型目录 API

机器可读车型规格-Kayak 定价-KB 文章与保险-接-访客页面: /zh/cars

目录索引:

curl "https://seatacrentalcarfacility.com/api/cars"

--字段:total, featuredCount, catalogCount, featured[], models[] (slug, make, model, kayakPriceUsd, scores, kbArticleIds, insuranceKbId), insuranceProvidersApi, llmsDigest, schema (ItemList, Product, FAQPage)

单车型 JSON:

curl "https://seatacrentalcarfacility.com/api/cars/toyota-rav4?lang=zh"

--字段:make, model, kayakPriceUsd, specs, scores, calculatorDefaults, kbArticles[], insurance_notes, weatherTip, compareWith[], jsonLd (product, breadcrumb, faq)

Markdown 导出:

curl "https://seatacrentalcarfacility.com/api/cars/toyota-rav4?format=md&lang=zh"

保险供-商索引:

curl "https://seatacrentalcarfacility.com/api/insurance/providers"

--字段:providers[] (slug, code, nameEn, nameZh, dailyUsd, pulseScore, kbId, urlEn, urlZh, scores)

JSON-LD: 车型页含 Product + Vehicle + FAQPage;目录页含 ItemList- llms-cars.txt

天- API

SeaTac CONRAC 实时天-(Open-Meteo),含 7 日预报-月度--常-与租车型号建议-访客页面: /zh/weather

curl "https://seatacrentalcarfacility.com/api/weather"

--字段: location (name, latitude, longitude, iata), current (temperatureF, humidity, windMph, weatherCode), daily[] (date, tempMaxF, tempMinF, precipProbability, precipInches, snowInches), climate[] (monthly normals), rentalRecommendation (vehicleClass, severity, headline, detail, skipConvertible), fetchedAt, source, attribution

-存: revalidate: 1800 (30 分钟)-503 表示上游 Open-Meteo 不可--

JSON-LD: 天-页含 WebPage + FAQPage(见页面源码)-

MCP 工具

服务器卡片: /.well-known/mcp/server-card.json

search_knowledge

按关-词搜索 KB(停车-营业时间-邮寄等)-

get_article

按 id 获取单篇 JSON 或 Markdown-

get_car_model

按 slug 获取车型规格-KB 与保险-接(等同 /api/cars/{slug})-

search_insurance

搜索 CDW/LDW/SLI 等保险 KB(等同 /api/insurance?q=)-

发现-

-率限制

请保持每秒不超过约 2 次请求,并为-存--留出间--批量任务请使-异步模式并避免高峰时段-

-误

  • 200 --- OK
  • 404 --- 未知文章 id 或车型 slug
  • 503 --- 天-上游不可-(/api/weather)