MCP Think Tank

by flight505
MIT License
152
2
  • Apple
  • Linux

exa_search

Search the web with precision using the Exa API. Filter results by date, domain, category, or search type to retrieve relevant information efficiently.

Instructions

Search the web using Exa API

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter results by content categorygeneral
end_published_dateNoFilter results published before this date (ISO format)
exclude_domainsNoExclude results from these domains
include_domainsNoOnly include results from these domains
live_crawlNoWhen to use live crawling: 'always' or 'fallback' (when cached not available)always
num_resultsNoNumber of results to return (1-100)
queryYesThe search query to execute
start_published_dateNoFilter results published after this date (ISO format)
typeNoSearch type: auto (default), keyword (exact matching), or neural (semantic search)auto

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "category": { "default": "general", "description": "Filter results by content category", "enum": [ "general", "company", "research paper", "news", "pdf", "github", "tweet", "personal site", "linkedin profile", "financial report" ], "type": "string" }, "end_published_date": { "description": "Filter results published before this date (ISO format)", "type": "string" }, "exclude_domains": { "description": "Exclude results from these domains", "items": { "type": "string" }, "type": "array" }, "include_domains": { "description": "Only include results from these domains", "items": { "type": "string" }, "type": "array" }, "live_crawl": { "default": "always", "description": "When to use live crawling: 'always' or 'fallback' (when cached not available)", "enum": [ "always", "fallback" ], "type": "string" }, "num_results": { "default": 5, "description": "Number of results to return (1-100)", "maximum": 100, "minimum": 1, "type": "number" }, "query": { "description": "The search query to execute", "type": "string" }, "start_published_date": { "description": "Filter results published after this date (ISO format)", "type": "string" }, "type": { "default": "auto", "description": "Search type: auto (default), keyword (exact matching), or neural (semantic search)", "enum": [ "auto", "keyword", "neural" ], "type": "string" } }, "required": [ "query" ], "type": "object" }
ID: pgg03wdx49