We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BACH-AI-Tools/bachai-pan-card-verification-at-lowest-price'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"openapi": "3.0.0",
"info": {
"title": "Pan Card Verification At Lowest Price",
"version": "1.0.0",
"description": "RapidAPI: rahilkhan224/pan-card-verification-at-lowest-price"
},
"servers": [
{
"url": "https://pan-card-verification-at-lowest-price.p.rapidapi.com"
}
],
"paths": {
"/verification/marketing/pan": {
"post": {
"summary": "Pan Verify",
"description": "verify pan",
"operationId": "pan_verify",
"parameters": [],
"responses": {
"200": {
"description": "Successful response",
"content": {
"application/json": {
"schema": {}
}
}
}
}
}
}
},
"components": {
"securitySchemes": {
"ApiAuth": {
"type": "apiKey",
"in": "header",
"name": "X-RapidAPI-Key"
}
}
},
"security": [
{
"ApiAuth": []
}
]
}