← fiveable.me

INDIVIDUAL MCP TOOL

get_exam_options

Find Fiveable exam formats, access requirements and website links without questions or answer keys.

fiveable.menone authenticationAvailability not checked

LIVE ENDPOINT

https://fiveable.me/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_exam_options and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

fiveable.me

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.fiveable-for-ap-students]
url = "https://fiveable.me/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fiveable-for-ap-students": {
      "type": "http",
      "url": "https://fiveable.me/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: fiveable-for-ap-students
Remote MCP URL: https://fiveable.me/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "fiveable-for-ap-students": {
      "url": "https://fiveable.me/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fiveable-for-ap-students": {
      "type": "http",
      "url": "https://fiveable.me/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fiveable-for-ap-students",
  "transport": "streamable-http",
  "url": "https://fiveable.me/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_subjects — Lists every AP subject Fiveable covers, with its canonical subject slug and flags for which features exist for that subject (practice questions, key terms, score calculator).
  • get_subject_outline — Returns the full unit and topic outline for one AP subject, including every study guide slug in each unit.
  • get_study_guide — Returns the full text of one Fiveable AP study guide as Markdown.
  • get_unit_overview — Returns the overview page for one unit of an AP course: what it covers, how it is weighted on the exam, its topics and study plan.
  • list_key_terms — Lists the key vocabulary terms for an AP subject, paginated alphabetically.
  • get_key_term — Returns the full definition, context and related terms for one AP key term.
  • search_content — Keyword search across every Fiveable study guide, unit, subject hub and key term.
  • get_content_sections — Returns a small set of passages from Fiveable study guides that are most relevant to one question.