Skip to main content
Glama

Spider MCP

by Bosegluon2

web_search

Perform Bing-powered web or news searches with customizable filters. Retrieve up to 20 results, apply time filters for news, and access both general web and news-specific data efficiently.

Instructions

Perform web or news search using Bing search engine. Supports both general web search and news search modes.

Input Schema

NameRequiredDescriptionDefault
maxResultsNoMaximum number of results
queryYesSearch query, e.g., Node.js tutorial, tech news, political updates, etc.
searchTypeYesSearch type: web (general web search), news (news search) - required
timeFilterNoTime filter (only valid for news search): past 1 hour, 24 hours, 7 days, 30 dayspast_24_hours

Input Schema (JSON Schema)

{ "properties": { "maxResults": { "default": 10, "description": "Maximum number of results", "maximum": 20, "minimum": 1, "type": "number" }, "query": { "description": "Search query, e.g., Node.js tutorial, tech news, political updates, etc.", "type": "string" }, "searchType": { "description": "Search type: web (general web search), news (news search) - required", "enum": [ "web", "news" ], "type": "string" }, "timeFilter": { "default": "past_24_hours", "description": "Time filter (only valid for news search): past 1 hour, 24 hours, 7 days, 30 days", "enum": [ "past_hour", "past_24_hours", "past_7_days", "past_30_days" ], "type": "string" } }, "required": [ "query", "searchType" ], "type": "object" }
Install Server

Other Tools from Spider MCP

Related Tools

    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/Bosegluon2/spider-mcp'

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