pi-search
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pi-searchsearch for the latest news on electric vehicles"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
pi-search
Free web research for pi that works out of the box. Install it once, ask a question, and pi can search the web, read pages, or find papers with no provider setup or API key.
pi-search is a compact pi extension for finding current material without flooding an agent's
context window. After installation, it needs no provider configuration or API key. It combines
hosted Exa and Parallel MCP
services, returns answer-ready excerpts first, and lets pi fetch source pages only when the
details matter.
Why pi-search?
Works immediately, for free. Install one package and pi is ready to search. Exa and Parallel both offer API-key-free access; add a key only when you need higher rate limits.
Keep research focused. Search results are excerpt-first, so pi can answer from the useful parts before reading a full page.
Go beyond general search. Find research papers, preprints, and journal articles through Exa's publication index.
Stay model-agnostic. The same tools work with any model you run through pi.
Related MCP server: Search MCP Server
Install
pi install npm:@blessium/pi-searchTry it once without installing:
pi -e npm:@blessium/pi-searchInstall a local checkout:
pi install /path/to/pi-searchAsk pi
The extension registers its tools automatically. Ask pi for research in natural language:
Ask pi | Tool used |
"Find current documentation for the WebAuthn conditional UI API." |
|
"Read https://example.com/article and extract the rollout dates." |
|
"Find reporting from the last 24 hours about this release, limited to official sources." |
|
"Find recent papers on retrieval-augmented generation and summarize the tradeoffs." |
|
Describe the ideal source rather than listing bare keywords. Start with web_search, then use
web_fetch only for exact wording, a full-page analysis, or conflicting excerpts.
Tools at a glance
Tool | Best for | What it returns |
| Everyday discovery: facts, documentation, news, people, and companies | Clean excerpts from the top results |
| Reading a public page when snippets are not enough | Clean markdown or focused excerpts from up to 20 URLs |
| Precise or time-sensitive research | Exa results filtered by category, domain, date, freshness, and context budget |
| Literature reviews and paper discovery | Scholarly publications, preprints, and journal articles with excerpts or summaries |
For broad questions, pi can send two or three concise search angles to Parallel. For complex
research, the advanced and paper tools support type: "deep"; for breaking news,
maxAgeHours: 0 forces a live crawl.
Providers and configuration
web_search and web_fetch choose Exa or Parallel deterministically for each pi session, so a
conversation stays with one backend. Pin the basic tools to one provider when you need to:
PI_SEARCH_PROVIDER=exa pi
PI_SEARCH_PROVIDER=parallel piweb_search_advanced and search_papers always use Exa because Parallel does not offer the
equivalent filters or publication index.
Both providers have a free tier. Optional keys raise rate limits:
EXA_API_KEY=your-key pi
PARALLEL_API_KEY=your-key piSome controls are provider-specific. Parallel honors web_search.queries plus
web_fetch.objective and web_fetch.fullContent; Exa searches query alone and uses
maxCharacters to cap fetch output. Unsupported controls are safely ignored.
Privacy and security
Each tool call sends its query or URL to the selected Exa or Parallel service over HTTPS.
Parallel's basic tools also receive the current pi session ID and active model name. The extension
makes no filesystem writes, runs no shell commands, and stores no credentials locally. An optional
EXA_API_KEY or PARALLEL_API_KEY is sent only to its matching provider.
Verify a checkout
npm run checkLicense
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for internet search via direct Google and DuckDuckGo HTML scraping with AI-powered result normalization and optional summarization, requiring no API keys for search.MIT
- AlicenseNot gradedqualityDmaintenanceFree web search MCP server using SearXNG, supporting web search, news search, and search summaries.MIT
- AlicenseAqualityBmaintenanceMCP server for local web search via SearXNG, providing unlimited queries without API keys or cost, with automatic fallback to public instances.31MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for web search powered by Google AI Mode (Gemini). Free, unlimited, no API key.MIT
Related MCP Connectors
Academic research MCP server for paper search, citation checks, graphs, and deep research.
Fast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding
Serper MCP — wraps the Serper Google Search API (serper.dev)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Blessium/pi-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server