Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 streamable-http

Proximens Oracle

io.github.cryptosun/proximens-oracle

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

Uptime
100.0%
1 direct probes · 30d
Response
805ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

proximens_geo_search_principles

Semantic search over the Proximens GEO Engine: a curated, continuously-updated knowledge base of 4.000+ verified Generative Engine Optimization (GEO/AEO) principles, each graded by a 0-1 confidence sc…

proximens_geo_get_principle

Fetch one GEO principle from the Proximens GEO Engine by its UUID. INPUT: id (UUID, normally taken from a prior search_principles result). RETURNS: a single principle as JSON with id, title, summary, …

proximens_geo_list_categories

List the GEO principle taxonomy of the Proximens GEO Engine with a live count of high-confidence principles per category. INPUT: none. RETURNS: JSON with a categories array of {category, count, descri…

proximens_geo_get_stats

Return live aggregate statistics for the Proximens GEO Engine knowledge base. INPUT: none. RETURNS: JSON with total_principles (high-confidence count), total_categories, and on Pro/Enterprise also ext…

proximens_geo_audit_url

Pro-tier. Fetch and analyze a web page, then audit it against the Proximens GEO Engine principles across all major GEO dimensions (structured data, crawler access, content depth, freshness, E-E-A-T, m…

proximens_geo_compare_urls

Pro-tier. Fetch two web pages (your URL and a competitor's) and audit both against the Proximens GEO Engine principles using the same audit engine as audit_url, then compute the delta. INPUT: self_url…

proximens_geo_synthesize_brief

Generate a structured, GEO-optimized content brief for a topic using the Proximens GEO Engine. INPUT: topic (3-200 chars); optional target_branche (one of 7 verticals), word_count_target (300-5000, de…

proximens_geo_bulk_search

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 fil…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "proximens_oracle": {
      "url": "https://www.proximens.nl/mcp",
      "transport": "streamable-http"
    }
  }
}