Mcp Gateway
Pricing
Pay per usage
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Philip
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
Pricing
Pay per usage
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Philip
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
apiSpecstringOptional
URL to OpenAPI 3.x specification or paste the JSON/YAML directly. The spec will be parsed to auto-generate MCP tools for each endpoint.
manualEndpointsarrayOptional
Define API endpoints manually if you don't have an OpenAPI spec. Each endpoint becomes an MCP tool.
baseUrlstringOptional
Base URL for the API. Required if using manual endpoints or if the OpenAPI spec doesn't include servers.
authTypeEnumOptional
Type of authentication to use for API requests
"none": string"apiKey": string"bearer": string"basic": string"oauth2": stringDefault value of this property is "none"
authApiKeyHeaderstringOptional
Header name for API key (default: X-API-Key for apiKey type)
Default value of this property is "X-API-Key"
authApiKeyInEnumOptional
Where to send the API key
"header": string"query": stringDefault value of this property is "header"
cachingbooleanOptional
Cache GET request responses to reduce API calls and improve performance
Default value of this property is false