Loading subscription status...
{
"mcpServers": [
{
"Crawl4AI": {
"args": [
"{\"query\": \"python programming\", \"num_results\": 5}"
],
"command": "search"
}
},
{
"Crawl4AI": {
"env": {
"google": {
"cse_id": "your-google-cse-id",
"api_key": "your-google-api-key"
}
},
"args": [
"{\"url\": \"https://example.com\", \"format\": \"markdown_with_citations\"}"
],
"command": "read_url"
}
}
]
}