{
  "schema_version": "1.0",
  "name": "Promptster",
  "description": "Compare quality, speed, and cost across 11 AI providers with one prompt. Includes REST API and MCP server for programmatic access.",
  "url": "https://www.promptster.dev",
  "capabilities": {
    "api": {
      "type": "openapi",
      "url": "https://www.promptster.dev/docs/api/openapi.yaml",
      "documentation": "https://www.promptster.dev/docs/api"
    },
    "mcp": {
      "type": "http",
      "url": "https://www.promptster.dev/mcp",
      "transport": "streamable-http",
      "authentication": "bearer",
      "tools": [
        "test_prompt",
        "compare_prompts",
        "get_usage",
        "get_credits",
        "get_history",
        "list_schedules",
        "get_schedule",
        "run_schedule",
        "get_schedule_runs",
        "export_data"
      ]
    }
  },
  "use_cases": [
    "Compare AI model responses (e.g., GPT-4o vs Claude vs Gemini)",
    "Find the cheapest or fastest AI model for a given prompt",
    "Benchmark AI providers on quality, speed, and cost",
    "Run automated regression tests on AI model performance",
    "Monitor AI model performance drift over time",
    "Export AI testing data for analysis"
  ],
  "providers": ["openai", "anthropic", "google", "deepseek", "xai", "groq", "mistral", "perplexity", "together", "cerebras", "fireworks"],
  "authentication": {
    "type": "bearer",
    "key_prefix": "pk_live_",
    "documentation": "https://www.promptster.dev/docs/api/authentication"
  },
  "discovery": {
    "llms_txt": "https://www.promptster.dev/llms.txt",
    "llms_full_txt": "https://www.promptster.dev/llms-full.txt",
    "ai_plugin": "https://www.promptster.dev/.well-known/ai-plugin.json",
    "openapi": "https://www.promptster.dev/docs/api/openapi.yaml"
  },
  "contact": "support@promptster.dev"
}
