Skip to main content
Glama

Exa MCP Server

by MrunmayS

web_search_exa

Perform real-time web searches and extract content from specific URLs using Exa AI. Customize result counts and retrieve precise information from relevant websites.

Instructions

Search the web using Exa AI - performs real-time web searches and can scrape content from specific URLs. Supports configurable result counts and returns the content from the most relevant websites.

Input Schema

NameRequiredDescriptionDefault
numResultsNoNumber of search results to return (default: 5)
queryYesSearch query

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "numResults": { "description": "Number of search results to return (default: 5)", "type": "number" }, "query": { "description": "Search query", "type": "string" } }, "required": [ "query" ], "type": "object" }

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/MrunmayS/exa-mcp-server'

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