Skip to main content
Glama
tomjwxf

protect-mcp

web_search

Search the web for information through a security-gated interface that applies policies and logs calls while enabling verifiable decision receipts.

Instructions

Search the web for information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query

Implementation Reference

  • The handler logic for the 'web_search' tool, which constructs a demo result string.
    case 'web_search':
      resultText = `[demo] Search results for "${args.query || 'test'}":\n1. Example result — scopeblind.com\n2. MCP security — modelcontextprotocol.io`;
      break;
  • The schema registration for the 'web_search' tool.
      name: 'web_search',
      description: 'Search the web for information',
      inputSchema: {
        type: 'object',
        properties: { query: { type: 'string', description: 'Search query' } },
        required: ['query'],
      },
    },

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/tomjwxf/scopeblind-gateway'

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