/
Server configuration and capabilities from the MCP manifest
Size: 984 bytes (246 tokens)
Tools Found: 3
Analysis ID: gxmskv0z
This MCP server provides tools for evaluating factuality, fetching user and account information, and handling OAuth token exchanges.
Stars
Registry ID: ae4bba89-5a64-4d7d-8d8d-92b9b4b4d15b
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: Apache License 2.0
Default Branch: main
Last Push: 9/21/2025
Last Release: 8/13/2025
Open Issues: 29
Historical performance and growth metrics over time
{
"name": "AIGatewayMCP",
"tags": [
"MCP",
"AI",
"Cloudflare"
],
"tools": [
{
"name": "generateText",
"description": "Generates text based on the provided input and tools.",
"input_schema": {
"type": "object",
"required": [
"input"
],
"properties": {
"input": {
"type": "string"
}
}
},
"output_schema": {
"type": "object",
"properties": {
"toolCalls": {
"type": "array",
"items": {
"type": "object"
}
},
"fullResult": {
"type": "object"
},
"promptOutput": {
"type": "string"
}
}
}
},
{
"name": "checkFactuality",
"description": "Checks the factuality of a submission against an expert rubric.",
"input_schema": {
"type": "object",
"required": [
"input",
"expected",
"output"
],
"properties": {
"input": {
"type": "string"
},
"output": {
"type": "string"
},
"expected": {
"type": "string"
}
}
},
"output_schema": {
"type": "object",
"properties": {
"score": {
"type": "number"
},
"metadata": {
"type": "object",
"properties": {
"rationale": {
"type": "string"
}
}
}
}
}
}
],
"version": "1.0.0",
"categories": [
"AI",
"Gateway",
"Cloudflare"
],
"description": "A server for managing AI Gateway interactions and tools."
}Forks
Watchers
Contributors
Last Push: 9/21/2025
Last Release: 8/13/2025
Open Issues: 29