Back to Home
datopian icon

portaljs-mcp-server

Verified Safe

by datopian

Overview

A remote Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing AI agent tools to interact with PortalJS datasets for search, retrieval, and data preview.

Installation

Run Command
wrangler dev

Security Notes

The server is explicitly designed to run 'Without Auth', meaning it is publicly accessible to any client. While the tool implementations themselves perform basic input sanitization (URL encoding for queries and IDs, numeric limits for 'limit' parameters) before making external API calls to PortalJS, this lack of inherent authentication means it should not be used for sensitive data or operations without adding external authentication layers (e.g., Cloudflare Access, API Gateway keys). The use of Cloudflare Durable Objects helps isolate state per organization, which is a good practice.

Similar Servers

Stats

Interest Score44
Security Score7
Cost ClassLow
Avg Tokens1000
Stars16
Forks2
Last Update2025-11-28

Tags

Cloudflare WorkersMCPAI AgentData AccessPortalJS