EGIPCI Server
FreeNot checkedMCP server for querying archaeological site information from the EGIPCI service of the Generalitat de Catalunya, enabling AI editors to access Catalan archaeolo
About
MCP server for querying archaeological site information from the EGIPCI service of the Generalitat de Catalunya, enabling AI editors to access Catalan archaeological data.
README
MCP (Model Context Protocol) server for querying archaeological site information from the EGIPCI service (Expedient d'Informació del Patrimoni Cultural Immoble) of the Department of Culture of the Generalitat de Catalunya.
This server allows AI editors like Claude Code, Cursor, and other MCP clients to access archaeological information from Catalunya through the standard MCP protocol.
Note: This package is designed to be used as an MCP server through npx, not as a global installation.
Quick Start
This package is designed as an MCP server - no installation needed! Just configure it in your MCP client.
Usage
MCP Client Configuration
To use this server with an MCP client, add the following configuration to your mcp.json file:
{
"mcpServers": {
"gencat-egipci": {
"command": "npx",
"args": ["-y", "@d0whc3r/egipci-mcp@latest"],
"env": {
"EGIPCI_COOKIE": "your_intranet_cookie_value_here"
}
}
}
}
Available Tools
query_egipci_site
Query information for a specific archaeological site.
Parameters:
cookie(string, optional):.intranetcookie for EGIPCI authentication. If not provided, theEGIPCI_COOKIEenvironment variable will be usedid(string, required): Archaeological site ID to query
Usage example:
With cookie as parameter:
{
"name": "query_egipci_site",
"arguments": {
"cookie": "your_intranet_cookie_value",
"id": "12345"
}
}
With cookie from environment variable:
{
"name": "query_egipci_site",
"arguments": {
"id": "12345"
}
}
Response: Returns the site information in XML format as provided by the EGIPCI service.
Authentication Methods
Using Environment Variable (Recommended)
The safest and most convenient way is to configure the cookie in the EGIPCI_COOKIE environment variable in the MCP configuration. This has several advantages:
- Security: The cookie is not exposed in each tool call
- Convenience: You don't need to pass the cookie in each query
- Reusability: Single configuration for all queries
- Maintenance: Easy update when the cookie expires
Using Cookie Parameter
You can also pass the cookie directly as a parameter in each call. This is useful for:
- Using different cookies for different queries
- Cases where you cannot configure environment variables
- Testing and development
Obtaining Authentication Cookie
To obtain the required .intranet cookie:
- Go to https://egipci.cultura.gencat.cat/ in your browser
- Log in with your credentials
- Open developer tools (F12)
- Go to the "Application" or "Storage" tab
- In "Cookies", look for the
.intranetcookie - Copy the cookie value to use as parameter
Error Handling
The server handles various types of errors using the got library:
- Missing or invalid parameters: Input validation with Zod
- HTTP errors: Status codes 4xx/5xx using
got.HTTPError - Network errors: Connectivity issues using
got.RequestError - Authentication errors: Invalid or expired cookie
- Format errors: XML response validation
All errors are returned with descriptive messages.
Development
For contributors and developers working on this project:
- Development Setup: See .kiro/steering/tech.md for technology stack and commands
- Testing Guidelines: See .kiro/steering/testing.md for testing patterns and requirements
- CI/CD Pipeline: See .kiro/steering/pipeline.md for deployment and quality gates
- Project Structure: See .kiro/steering/structure.md for architecture details
Requirements
- Valid
.intranetcookie for EGIPCI authentication - For development: Node.js >= 18.0.0, pnpm
Install EGIPCI Server in Claude Desktop, Claude Code & Cursor
unyly install egipci-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add egipci-mcp-server -- npx -y @d0whc3r/egipci-mcpFAQ
Is EGIPCI Server MCP free?
Yes, EGIPCI Server MCP is free — one-click install via Unyly at no cost.
Does EGIPCI Server need an API key?
No, EGIPCI Server runs without API keys or environment variables.
Is EGIPCI Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install EGIPCI Server in Claude Desktop, Claude Code or Cursor?
Open EGIPCI Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare EGIPCI Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
