Web search and page extraction for agents, returned as readable text rather than raw JSON.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Trawlia as an MCP server: web search and page extraction, as two tools any MCP client can call.
Get a free key at trawlia.co/signup - 100 credits a month, no card.
trawlia_searchRanked, deduplicated results from the live web.
| Argument | Default | Notes |
|---|---|---|
query | required | Natural language, not keywords. |
search_depth | basic | basic is 1 credit and returns snippets. advanced is 2 and returns full page text. |
topic | general | news reaches news indexes and returns publication dates. |
max_results | 5 | Up to 20. These go into your context, so fewer is usually better. |
include_domains / exclude_domains | - | Host filters. Subdomains are included. |
time_range | - | day, week, month, year. |
trawlia_extractFetches URLs you already have and returns their readable content, with navigation, cookie banners and newsletter modals removed. 1 credit per 5 URLs, so pass the whole list at once.
Results come back as readable text rather than raw JSON, and carry two things a plain response would lose:
Errors are readable sentences that say whether retrying is worth it. Running out of credits says so and says not to retry; a rate limit says how long to wait.
| Operation | Credits |
|---|---|
| Basic search | 1 |
| Advanced search | 2 |
| Extraction | 1 per 5 URLs |
Charged before the work and refunded on hard failure. Full price list at trawlia.co/pricing.
Search and extraction, and nothing else. There is no crawler and no long-running job to poll. If your agent needs to walk a whole site, this is the wrong server for it.
Spends a few credits against the real API and prints what a client sees: the tool list, a rendered search, a rejected parameter, and an extraction. Not in CI, because it costs money and depends on the live web.
| Variable | Required | Notes |
|---|---|---|
TRAWLIA_API_KEY | yes | A search-scoped key is enough and is what you should deploy. |
TRAWLIA_BASE_URL | no | Defaults to https://api.trawlia.co. For pointing at a local server. |
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/trawlia)<a href="https://allmcps.com/mcp/trawlia"><img src="https://allmcps.com/api/badge/trawlia?style=directory" alt="Trawlia on AllMCPs" /></a>