mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-18 02:09:32 -05:00
[PR #921] [CLOSED] Add free web search MCP starter for agents #14864
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/921
Author: @grp06
Created: 7/3/2026
Status: ❌ Closed
Base:
main← Head:add-parallel-search-mcp-agent📝 Commits (1)
2638a75Add free web search MCP starter for agents📊 Changes
4 files changed (+512 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)➕
mcp_ai_agents/parallel_search_mcp_agent/README.md(+196 -0)➕
mcp_ai_agents/parallel_search_mcp_agent/parallel_search_agent.py(+313 -0)➕
mcp_ai_agents/parallel_search_mcp_agent/requirements.txt(+2 -0)📄 Description
Summary
This adds a no-key Streamlit starter for trying Parallel's free Search MCP endpoint before adding it to an agent.
The app connects directly to
https://search.parallel.ai/mcpover Streamable HTTP and lets users callweb_searchandweb_fetchwithout an API key, local MCP server, or agent framework. It also includes a docs-style Add To Agent section with Claude Code and Codex commands, one-click Cursor and VS Code install links, manual config fallbacks, and a first-search prompt.Testing
requirements.txtin a fresh Python 3.12 virtualenvpython -m compileall parallel_search_agent.pyweb_searchandweb_fetchweb_searchcall returned results for Parallel Search MCPweb_fetchcall returned excerpts fromhttps://parallel.ai/blog/free-web-search-mcpstreamlit run parallel_search_agent.py --server.headless truereturnedHTTP/1.1 200 OKgit diff --check🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.