Internet Archive MCP server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host the server binds to, default localhost. | |
| PORT | No | Port the server listens on, default 3000. | |
| MCP_SSE | No | Set to 'true' to stream MCP responses as SSE instead of plain JSON. | |
| DEPLOY_URL | Yes | Public base URL of the deployment, used to build ResourceLink URIs. If left unset, inferred from REPLIT_DOMAINS. | |
| ENABLE_SAVE | No | Set to 'true' to register the save_url tool. | |
| CONTACT_EMAIL | Yes | Your email address, goes in the User-Agent per the Internet Archive bots policy. | |
| IA_ACCESS_KEY | No | Internet Archive access key, only raises Save Page Now limits. | |
| IA_SECRET_KEY | No | Internet Archive secret key, only raises Save Page Now limits. | |
| MCP_AUTH_TOKEN | No | If set, requires Authorization: Bearer token in addition to path secret. | |
| ALLOWED_ORIGINS | No | Extra browser origins allowed (comma-separated?). | |
| MCP_PATH_SECRET | No | Unguessable path segment for MCP and resource routes. Auto-generated if absent. | |
| UPSTREAM_TIMEOUT_MS | No | Timeout in milliseconds for upstream requests, default 25000. | |
| RATE_LIMIT_PER_MINUTE | No | Rate limit for requests against archive.org, default 10. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/Cyphid-Academy/Wayback-Machine-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server