Brave Search MCP: The Brave Search MCP server is part of the official Model Context Protocol reference implementations. It gives AI agents real-time web search via the Brave Search API, enabling access to current news, facts, and web content that the model's training data doesn't cover. A foundational MCP integration for any agent requiring up-to-date information retrieval.; mcp-ts-core: @cyanheads/mcp-ts-core is a TypeScript framework for building MCP servers. It offers declarative tool/resource/prompt definitions with Zod schemas, pluggable authentication, multi-backend storage, OpenTelemetry observability, and runs on both local (stdio/HTTP) and edge (Cloudflare Workers) runtimes. The framework handles infrastructure concerns like transport, auth, storage, config, logging, and lifecycle, so developers can focus on writing business logic.
Giving AI agents access to current events, news, and web data beyond training cutoff
Building MCP servers for AI tools and agents