We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/apimatic/apimatic-validator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
import-api-via-url-request.md•431 B
# Import Api Via Url Request
Contains a url field to allow Apis to be imported via url
## Structure
`ImportApiViaUrlRequest`
## Fields
| Name | Type | Tags | Description |
| --- | --- | --- | --- |
| `url` | `string` | Required | The URL for the API specification file.<br><br>**Note:** This URL should be publicly accessible. |
## Example (as JSON)
```json
{
"url": "https://petstore.swagger.io/v2/swagger.json"
}
```