We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Solvro/ml-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
ocr_extraction.py•234 B
from prefect import task
@task
def ocr_extraction() -> str:
extracted_text = "Politechnika Wrocławska is located in Wrocław, Poland. \
It is one of the top technical universities in the country."
return extracted_text