aryn25 commited on
Commit
8b858dd
·
verified ·
1 Parent(s): b123f27

Create mcp_config.py

Browse files
Files changed (1) hide show
  1. mcp_config.py +11 -0
mcp_config.py ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ metadata = {
2
+ "name": "geo-agent",
3
+ "description": (
4
+ "GEO (Generative Engine Optimisation) tool: evaluates brand/website visibility "
5
+ "across LLMs using corpus, structure, quality, and hygiene scores, then returns "
6
+ "a combined GEO score and recommendations."
7
+ ),
8
+ "input_type": "text", # e.g., "https://example.com" or "Brand Name"
9
+ "output_type": "json",
10
+ "author": "Aryan Salge"
11
+ }