gevis-agent-mcp / mcp_config.py
aryn25's picture
Create mcp_config.py
8b858dd verified
raw
history blame contribute delete
428 Bytes
metadata = {
"name": "geo-agent",
"description": (
"GEO (Generative Engine Optimisation) tool: evaluates brand/website visibility "
"across LLMs using corpus, structure, quality, and hygiene scores, then returns "
"a combined GEO score and recommendations."
),
"input_type": "text", # e.g., "https://example.com" or "Brand Name"
"output_type": "json",
"author": "Aryan Salge"
}