# Proximens Oracle MCP server

1000+ Generative Engine Optimization (GEO) principles exposed via MCP for AI agents.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-cryptosun-proximens-oracle
- Repository: https://github.com/cryptosun/Proximens

## Install
- Endpoint: https://www.proximens.nl/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://www.proximens.nl/mcp
- Header: Authorization

## Tools
- proximens_oracle_search_principles (Search GEO principles (Proximens Oracle)) - Semantic search over the Proximens GEO Oracle: a curated, continuously-updated knowledge base of 3.000+ verified Generative Engine Optimization (GEO/AEO) principles, each graded by a 0-1 confidence score and traceable to a verified source. INPUT: query (natural language, 3-500 chars); optional category (one of 13 GEO categories), top_k (1-25, default 10), min_confidence (0-1, default 0.5). RETURNS: ranked principles as JSON, each with id, title, summary, category, confidence and a relevance score; Pro/Enterprise tiers additionally return full_text and source. USE WHEN you need evidence-backed answers about how AI search engines (ChatGPT, Perplexity, Gemini, Google AI Overviews, Copilot) select, rank and cite web content. Endpoint: https://www.proximens.nl/mcp
- proximens_oracle_get_principle (Get GEO principle by ID) - Fetch one GEO principle from the Proximens Oracle by its UUID. INPUT: id (UUID, normally taken from a prior search_principles result). RETURNS: a single principle as JSON with id, title, summary, category and confidence; Pro/Enterprise tiers additionally return full_text, source_url, source_type, evidence_count and the last-validated timestamp. USE WHEN you already have a principle id and need its full detail — typically to drill down after search_principles. Endpoint: https://www.proximens.nl/mcp
- proximens_oracle_list_categories (List GEO principle categories) - List the GEO principle taxonomy of the Proximens Oracle with a live count of high-confidence principles per category. INPUT: none. RETURNS: JSON with a categories array of {category, count, description} sorted by count, plus a reconciled total that matches get_stats.total_principles. Categories: technical, structured-data, ai-search, content, e-e-a-t, freshness, multimodal, user-signals, performance, query-intent, internal-linking, mobile, other. USE WHEN you want to discover which categories exist before narrowing a search_principles call with the category filter. Endpoint: https://www.proximens.nl/mcp
- proximens_oracle_get_stats (Get Oracle statistics) - Return live aggregate statistics for the Proximens GEO Oracle knowledge base. INPUT: none. RETURNS: JSON with total_principles (high-confidence count), total_categories, and on Pro/Enterprise also extended quality metrics (full corpus size and a confidence_distribution) plus the last-validated timestamp. USE WHEN you need to gauge the size and quality of the corpus before relying on it. Endpoint: https://www.proximens.nl/mcp
- proximens_oracle_audit_url (Audit URL against Proximens GEO Oracle) - Pro-tier. Fetch and analyze a web page, then audit it against the Proximens Oracle GEO principles across all major GEO dimensions (structured data, crawler access, content depth, freshness, E-E-A-T, multimodal). INPUT: url (required, http/https); optional mode ("fast" = quick signal checks, returns in seconds — the default; "deep" = a full AI-synthesized consultancy report in Dutch with a 7-dimension scorecard and sector benchmark, takes ~30-50s), client_name (report header), branche_hint ("main:sub", e.g. "health_wellness:yoga_studio"), max_issues (1-25, default 10). RETURNS: JSON with a 0-100 score, severity-ranked issues (critical/major/minor) each with a finding and an actionable suggestion, top recommendations, and a markdown report; deep mode additionally returns score_set (7 GEO dimensions), sector (benchmark cohort), and a full consultancy-grade report_markdown (deep_mode="timeout_fallback" means the synthesis exceeded its budget and the fast result was returned instead). USE fast mode for quick checks and bulk triage; USE deep mode when you need a client-ready audit report. Free tier is blocked. Endpoint: https://www.proximens.nl/mcp
- proximens_oracle_compare_urls (Compare URLs against Proximens GEO Oracle) - Pro-tier. Fetch two web pages (your URL and a competitor's) and audit both against the Proximens Oracle GEO principles using the same audit engine as audit_url, then compute the delta. INPUT: self_url and competitor_url (both required, http/https). RETURNS: JSON with a 0-100 score per URL (same scoring as audit_url), the principles each page satisfies, the principles each page VIOLATES that the other satisfies (delta_principles), and strategic insights on where to close the gap. USE WHEN you want a competitive GEO gap analysis between your page and a rival's. Endpoint: https://www.proximens.nl/mcp
- proximens_oracle_synthesize_brief (Synthesize Content Brief from Proximens Oracle) - Generate a structured, GEO-optimized content brief for a topic using the Proximens Oracle. INPUT: topic (3-200 chars); optional target_branche (one of 7 verticals), word_count_target (300-5000, default 1500) and up to 3 competitor_urls. RETURNS: JSON with a suggested H1 and H2 section structure with key points, the principles the content should address, and (Pro/Enterprise) FAQ suggestions and recommended schema.org markup. USE WHEN you need to brief a writer so a page is built to be cited by AI search engines. Endpoint: https://www.proximens.nl/mcp
- proximens_oracle_bulk_search (Bulk Search Proximens Oracle) - Pro-tier. Run many GEO-principle searches in a single fast call. INPUT: queries (array of 2-100 natural-language strings, each 3-500 chars); optional top_k_per_query (1-10, default 5) and category filter. RETURNS: JSON with a results array (per query: the query, its matched principles, and a count), plus total_queries, total_matches and processing time. USE WHEN you need many lookups at once, e.g. a full-site audit or a keyword list, instead of repeated search_principles calls. Endpoint: https://www.proximens.nl/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.cryptosun
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 17, 2026
- Source: https://registry.modelcontextprotocol.io
