Search Services MCP Config
API for Internet Archive's Search-related services
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/archive-org-search.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/archive-org-search.json to fetch programmatically.
{
"mcpServers": {
"archive-org-search": {
"command": "npx",
"args": ["-y","@mcp/archive-org-search"],
"env": {
"SEARCH_SERVICES_API_KEY": "your_search_services_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/archive-org-search.jsonEnvironment Variables
SEARCH_SERVICES_API_KEYReplace your_search_services_api_key with your actual search services api key
Endpoints
GET
/search/v1/fieldsGET /search/v1/fields
GET
/search/v1/organicGET /search/v1/organic
GET
/search/v1/scrapeGET /search/v1/scrape