Skip to main content
Glama
nazerim

brave-answers-mcp

by nazerim

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BRAVE_ANSWERS_KEYYesAPI key for Brave Answers API. Must be kept secret.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
answersA

Brave Answers: AI-synthesized, web-grounded answer with source citations. One blocking call, 10-30s. Billed on the separate Brave Answers plan ($0.05 per call, measured). Use for a direct cited answer without doing your own synthesis. For deep multi-iteration research use research_submit instead.

research_submitA

Submit a Brave Answers RESEARCH job: multi-iteration web research (~90-300s). Cost ≈ $0.07 × queries actually run (narrow ≈ $0.07, broad ≈ $0.77, full 20-query runs can exceed $1) — only use when the user explicitly requests deep research. Returns a research_id immediately; the job runs in the background. Poll with research_status and fetch the deliverable with research_result once completed.

research_statusA

Check the status of a submitted Brave Answers research job (research_id from research_submit). Returns running/completed/failed, elapsed time, and latest progress.

research_resultA

Fetch the result of a completed Brave Answers research job (research_id). If the job is still running, this returns how long it has been running — call again later.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nazerim/brave-answers-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server