Subscribe to an API
Browse the API catalog and subscribe to the services your workflow needs. Remote MCP access is included for eligible APIs.
GuGuData Remote MCP supports the MCP 2026-07-28 protocol while remaining compatible with existing initialization-based clients. One endpoint provides automatic discovery, account-scoped tools, and secure OAuth access for AI agents.
Pick an API, add the Remote MCP service to your client, and complete browser-based authorization with your GuGuData account.
Browse the API catalog and subscribe to the services your workflow needs. Remote MCP access is included for eligible APIs.
Configure your AI client with https://mcp.gugudata.io/mcp using Streamable HTTP transport. The client and server negotiate the protocol version automatically.
The client opens the OAuth flow. After authorization, it can use the API tools available to the account.
The same Remote MCP endpoint handles version discovery and capability negotiation. Latest clients can use the new protocol directly, while existing clients retain a practical migration path.
server/discover lets clients identify supported versions, server identity, and capabilities before making tool requests.
Each request carries the context it needs, avoiding sticky protocol sessions and fitting cloud agents, horizontal scaling, and clean reconnects.
Private cache hints for tools, resources, and prompts reduce repetitive discovery while preserving account-level isolation.
Protected-resource discovery, Client ID Metadata Documents, and PKCE reduce manual client setup and credential handling.
Access tokens are issued for the GuGuData MCP resource and the authorization issuer is validated to reduce cross-service token misuse.
One URL supports the latest protocol and the earlier initialize-based flow, so teams can upgrade as their MCP clients mature.
Remote MCP turns an account's existing data services into standard capabilities that agents can discover, understand, and call.
Clients that support Remote MCP and OAuth discovery can connect using this endpoint. Copy the generic JSON config as a starting point; no protocol version needs to be pinned in the configuration.
Works with clients that accept JSON MCP server configuration.
{
"mcpServers": {
"gugudata": {
"url": "https://mcp.gugudata.io/mcp",
"transportType": "streamable-http"
}
}
}The OAuth page is opened by the MCP client during connection. The page is not a standalone login shortcut.
The client reads MCP and OAuth metadata from well-known endpoints.
The browser opens the GuGuData login and authorization flow.
GuGuData confirms the APIs available to the current account.
The client returns and starts using visible tools and resources.
These answers cover pricing, availability, and credential handling for Remote MCP clients.
Yes. GuGuData Remote MCP supports MCP 2026-07-28, including server/discover, stateless requests, and cache-aware capability lists.
The service negotiates the protocol based on client capabilities and supports the earlier initialize-based flow. Exact behavior still depends on the MCP version implemented by each client.
No. Remote MCP is included for eligible APIs you already subscribe to on GuGuData, while the original HTTP API remains available.
The client sees the API capabilities available to the authorized GuGuData account. Existing HTTP API access continues to work.
The client only sees API tools available to the authorized account. Browse the API catalog to add more services when your workflow needs broader coverage.
No. The client uses OAuth authorization instead of manual appkey handling.
The latest protocol uses stateless requests, so a client can create a clean connection and discover capabilities again. If an operation was interrupted before its response completed, retry behavior depends on the client and the operation itself.
Choose the APIs your workflow needs, then connect one Remote MCP endpoint and authorize with your GuGuData account.