INDIVIDUAL MCP TOOL
score_external_frq_response
Scores a student's existing FRQ even when it did not come from Fiveable.
LIVE ENDPOINT
https://fiveable.me/api/mcp
Connect to this endpoint to inspect the live schema for score_external_frq_response and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.