MCP Brave Search Server
Reference MCP server wrapping Brave Search API for web and local search with result ranking, filtering, and structured data extraction.
Governance Receipt
- Signer
- sovereign-claw-ed25519
- Signed At
- 6/4/2026
- Risk Tier
- T2
- Receipt Hash
- cd46227c
- Manifest Hash
- 7514dcbc0366ac9356099d9581286cc4ca36d7331e2153a4f7ae3c3ef20de4a1
- Signature
- abVguTcw
- Root Public Key
- 349b0348
Skill Details
- Gate Verdict
- Elevated · Review
- Publication State
- published
- Risk Tier
- T2
- Manifest Hash
- 7514dcbc
Download Attested Bundle
Install MCP Brave Search Server
Each bundle is served from the attested copy of MCP Brave Search Server, so the file you download is the one covered by the governance receipt on this page rather than whatever currently sits at the upstream source.
Claude Code skill
curl -L "https://atestiv.com/api/download/b2e9105c-14f2-4ebe-9a31-bb6de50d57e0?format=claude-code" -o b2e9105c-14f2-4ebe-9a31-bb6de50d57e0.skill.mdMCP tool definitions
curl -L "https://atestiv.com/api/download/b2e9105c-14f2-4ebe-9a31-bb6de50d57e0?format=mcp" -o b2e9105c-14f2-4ebe-9a31-bb6de50d57e0.mcp-tools.jsonRaw attested bundle
curl -L "https://atestiv.com/api/download/b2e9105c-14f2-4ebe-9a31-bb6de50d57e0?format=raw" -o b2e9105c-14f2-4ebe-9a31-bb6de50d57e0.bundle.jsonVerify the bundle against its manifest hash
shasum -a 256 b2e9105c-14f2-4ebe-9a31-bb6de50d57e0.bundle.jsonProvenance
- Catalog identifier:
b2e9105c-14f2-4ebe-9a31-bb6de50d57e0 - Harvested from the upstream repository.
- The manifest hash below is what the signing key committed to. A bundle whose digest does not match it is not the attested MCP Brave Search Server.
- Anything published here has been through the same gate, so a missing receipt is itself a signal rather than an omission.
More Skills
MCP Builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
MCP Everything Server
This MCP server attempts to exercise all the features of the MCP protocol. It is not intended to be a useful server, but rather a test server for builders of MCP clients. It implements prompts, tools, resources, sampling, and more to showcase MCP capabilities.
MCP Fetch Server
Reference MCP server for web content fetching with HTML-to-Markdown conversion, robots.txt compliance, and configurable request parameters.