MCP Server
MCP
upAPI
All public upAPI operations as MCP tools: web scraping, search, screenshots, PDF, OCR and more.
Install
npx -y @upapi/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://app.upapi.io/api/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@upapi/mcp",
"version": "0.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "upAPI API key (create one at https://app.upapi.io/dashboard/api-keys)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "UPAPI_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment