Skip to main content
Glama
luistorres789321

ia-cae-zurekin-mcp

IA CAE Zurekin MCP Server

Node.js MCP server for authenticated querying of the internal CAEZ Urekin website.

What's included

  • search_pages: searches for content on the authenticated site

  • get_page: retrieves a specific page

  • extract_page_content: returns structured content

  • list_sections: lists navigable links from a root page

Related MCP server: wikijs-mcp

Requirements

  • Node.js 18+

  • A server or environment to run this project outside the editor

  • Adjust the login logic to the actual website if the form does not match the default values

Configuration

  1. Copy .env.example to .env

  2. Complete or adjust the environment variables

  3. Install dependencies:

    • npm install

  4. Start the server:

    • npm start

Main variables

  • CAEZ_BASE_URL: base URL of the internal site

  • CAEZ_USERNAME: access username

  • CAEZ_PASSWORD: access password

  • CAEZ_LOGIN_URL: exact login URL if different from the base

  • CAEZ_LOGIN_USER_FIELD: actual name of the username field in the form

  • CAEZ_LOGIN_PASSWORD_FIELD: actual name of the password field in the form

  • CAEZ_LOGIN_EXTRA_FIELDS: JSON with extra form fields, if any

  • CAEZ_SEARCH_PATH: internal search path if the site has a specific URL for searching

Preloaded configuration for your case

The example has already been adjusted with this base:

  • CAEZ_LOGIN_URL=https://interna.caezurekin.biz/caezurekin

  • CAEZ_LOGIN_USER_FIELD=username

  • CAEZ_LOGIN_PASSWORD_FIELD=password

Likely adjustments

It is very likely that you will still need to adapt:

  • the authentication flow if there are redirects, CSRF tokens, or SSO

  • the search logic if the site does not have a clear endpoint

  • any additional hidden form fields, if they exist

Usage with your custom MCP

When you deploy it, the MCP connection must point to this server, not directly to the internal website.

Install Server
F
license - not found
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • MCP server for Google search results via SERP API

  • MCP server for hex.pm and hexdocs.pm: search, inspect, compare, and audit Elixir packages

  • An MCP server for deep research or task groups

View all MCP Connectors

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/luistorres789321/ia-cae-zurekin-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server