Agent Manifest 2026
The unified discovery map for AI crawlers. One file linking every agent endpoint -- MCP handshake, OpenAPI spec, LLM feed, semantic index, and human-readable pages. Point any MCP-2026 compatible agent here to bootstrap full capability awareness.
tools_catalog
41 agent-usable tools with inputs/outputs
mcp_handshake
Primary MCP-2026 server descriptor
openapi
OpenAPI 3.1.0 spec for tool endpoints
llm_feed
Compact agent-consumable feed
semantic_index
Semantic concept and capability map
llms_txt
Flat key-value LLM discovery file
llms_full
Extended LLM context file
{
"name": "CreditAIPro Discovery Manifest",
"version": "2026.1",
"protocol": "MCP-2026",
"endpoints": [
"/ai-tools.json",
"/.well-known/mcp.json",
"/.well-known/openapi.json",
"/.well-known/mcp.llmfeed.json",
"/.well-known/mcp.semantic-index.json",
"/.well-known/ai-schema.json",
"/.well-known/ai-description.json"
],
"discovery_files": [
{
"type": "tools_catalog",
"url": "https://creditaipro.com/ai-tools.json",
"description": "41 agent-usable tools with inputs/outputs"
},
{
"type": "mcp_handshake",
"url": "https://creditaipro.com/.well-known/mcp.json",
"description": "Primary MCP-2026 server descriptor"
},
{
"type": "openapi",
"url": "https://creditaipro.com/.well-known/openapi.json",
"description": "OpenAPI 3.1.0 spec for tool endpoints"
},
{
"type": "llm_feed",
"url": "https://creditaipro.com/.well-known/mcp.llmfeed.json",
"description": "Compact agent-consumable feed"
},
{
"type": "semantic_index",
"url": "https://creditaipro.com/.well-known/mcp.semantic-index.json",
"description": "Semantic concept and capability map"
},
{
"type": "llms_txt",
"url": "https://creditaipro.com/llms.txt",
"description": "Flat key-value LLM discovery file"
},
{
"type": "llms_full",
"url": "https://creditaipro.com/llms-full.txt",
"description": "Extended LLM context file"
}
],
"sitemap": "https://creditaipro.com/sitemap.xml",
"robots": "https://creditaipro.com/robots.txt",
"human_page": "https://creditaipro.com/for-ai-agents"
}