A hosted MCP web-search service on AWS. Fronts Amazon Bedrock AgentCore Gateway's WebSearch with API Gateway + Lambda, so any MCP-over-HTTP client connects with just one endpoint URL and one API key — no local process, no client-side AWS credentials, no OAuth flow. Deployed with AWS CDK.
About the project
simple-websearch-mcp is a hosted web-search service that lets MCP-compatible clients send searches through one HTTPS endpoint authenticated by an API key. It is for agents and other MCP clients that need web search without running a local process or handling AWS credentials. The catalogue includes its MCP server for connecting those clients to the hosted service.
MCP server "simple-websearch-mcp" as configured in aws-samples/sample-api-for-websearch-on-agentcore. Runs locally from the simple-websearch-mcp Python package.