Sáltate la instalación. Funcionando en menos de 2 minutos.
Inicia una prueba gratuita en cloud.anythingmcp.com, añade CAS genesisWorld con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.
Summary
CAS genesisWorld — the CRM of roughly 30,000 German Mittelstand companies. Read and search addresses, contacts, opportunities, appointments, tasks and documents over the genesisWorld Web REST API. Basic auth against your own application server.
Prueba a pedir
Prompts de ejemplo para CAS genesisWorld
Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.
Claude es IA y puede equivocarse. Verifica siempre las respuestas.
💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → CAS genesisWorld, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin
git clone, sin servidor local.
CAS genesisWorld + Cursor
CAS genesisWorld — the CRM of roughly 30,000 German Mittelstand companies. Read and search addresses, contacts, opportunities, appointments, tasks and documents over the genesisWorld Web REST API. Basic auth against your own application server.
Requisitos previos
Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:
CAS_URL, CAS_USERNAME, CAS_PASSWORD
Paso 1 — Obtener credenciales
Getting access
- The REST API ships with the genesisWorld Web component. Ask your CAS partner or administrator to confirm it is installed and that the
/apiroute is published — it is not on by default in every deployment. - Create a genesisWorld user for the integration and give it exactly the record rights the agent should have. genesisWorld enforces record-level rights, so a restricted user simply sees fewer rows rather than getting an error.
- Set
CAS_URLto the genesisWorld Web base URL (no trailing slash), plusCAS_USERNAMEandCAS_PASSWORD.
…(continued in the in-app connector instructions)
Paso 2 — Instalar el adapter
curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d
Paso 3 — Añadir el conector en Cursor
Cursor lee servidores MCP desde ~/.cursor/mcp.json. Añade esta entrada:
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
}
}
}
- Obtén tu MCP API key desde AnythingMCP → Perfil → MCP API Keys → Nueva Key.
- Guarda el archivo y reinicia Cursor.
- Abre Cursor → Configuración → MCP para verificar que
CAS genesisWorldaparece como "Connected". - Empieza a chatear — todas las herramientas de
CAS genesisWorldestán disponibles.
Herramientas disponibles
| Tool | What it does |
|---|---|
cas_genesisworld_get_session | Read the session of the connected user: display name, licence, language and the record rights the integration will operate under |
cas_genesisworld_search_records | Search any genesisWorld record type with a query expression |
cas_genesisworld_get_record | Read one record in full by its record type and GUID, with every field the connected user is allowed to see |
cas_genesisworld_list_addresses | List addresses — genesisWorld's companies and people — with their company name, contact person, city and account manager |
cas_genesisworld_list_opportunities | List sales opportunities (Verkaufschancen) with their value, probability, phase, expected close date and the address they belong to |
cas_genesisworld_list_appointments | List appointments in a date range with their subject, participants, location and linked address — the calendar view of customer contact |
cas_genesisworld_list_tasks | List tasks with their subject, due date, status, priority and the user they are assigned to, for the follow-up view |
cas_genesisworld_get_record_links | Read the records linked to one record — the appointments, tasks, documents and opportunities hanging off an address |
FAQ
¿Cursor soporta servidores MCP personalizados en el plan free? Sí — MCP está disponible en Hobby, Pro y Business.
Siguientes pasos
¿Te ha sido útil esta guía?