ia-cae-zurekin-mcp
This server provides authenticated access to the internal CAE Zurekin website, enabling you to search, retrieve, and extract structured content from pages.
search_pages: Search for content within the site by query, with optional section filtering and configurable result limits (1–20).get_page: Retrieve a specific page by full URL or relative path.extract_page_content: Extract structured content from a page URL, with options to include links and tables.list_sections: List navigable sections starting from a given root path (defaults to/).
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ia-cae-zurekin-mcpsearch for risk assessment documents"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 siteget_page: retrieves a specific pageextract_page_content: returns structured contentlist_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
Copy
.env.exampleto.envComplete or adjust the environment variables
Install dependencies:
npm install
Start the server:
npm start
Main variables
CAEZ_BASE_URL: base URL of the internal siteCAEZ_USERNAME: access usernameCAEZ_PASSWORD: access passwordCAEZ_LOGIN_URL: exact login URL if different from the baseCAEZ_LOGIN_USER_FIELD: actual name of the username field in the formCAEZ_LOGIN_PASSWORD_FIELD: actual name of the password field in the formCAEZ_LOGIN_EXTRA_FIELDS: JSON with extra form fields, if anyCAEZ_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/caezurekinCAEZ_LOGIN_USER_FIELD=usernameCAEZ_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.
Maintenance
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
- AlicenseAqualityAmaintenanceMCP server for live web search and clean-markdown page fetch over the Keenable web index.2852MIT
- FlicenseNot gradedqualityCmaintenanceMCP server to search and read documentation pages from a WikiJS instance via its GraphQL API.
- AlicenseNot gradedqualityCmaintenanceMCP server for searching and retrieving pages from Atlassian Confluence.411MIT
- FlicenseNot gradedqualityCmaintenanceMCP server providing web search, news search, and X/Twitter search capabilities via HTTP or stdio.
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
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/luistorres789321/ia-cae-zurekin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server