arquivo-pt-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host to bind to (used with http transport) | 127.0.0.1 |
| PORT | No | Port to bind to (used with http transport) | 8000 |
| TRANSPORT | No | Transport mode: 'stdio' or 'http' | stdio |
| ALLOWED_HOST | No | Allowed host for CORS (used with http transport when exposed publicly) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchA | Full-text search across the Portuguese Web Archive (Arquivo.pt). Use for finding pages that ever contained given terms, optionally scoped by date range or site. |
| image_searchA | Search 1.8B+ archived images on Arquivo.pt (Dionisius image search). Find historical photos, logos, and graphics from the Portuguese web. |
| list_versionsA | List every archived capture of a specific URL (CDX query). Use to see how a page changed over time. |
| get_snapshotA | Get the archive URL for a specific snapshot of a page. Omit timestamp for the latest capture. |
| extract_textA | Fetch an archived snapshot and return its readable text content (HTML stripped). |
| get_screenshotA | Get the Arquivo.pt PNG render of an archived page. By default returns the screenshot URL; pass inline=true to embed the PNG (useful for letting the model see the page). Omit timestamp for the latest capture. |
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
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/thaenor/arquivo-pt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server