Back to Browse

Qj Agents MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Broad, OAuth-protected provider and financial-domain API tools for research agents.

About

Broad, OAuth-protected provider and financial-domain API tools for research agents.

Remote endpoints: streamable-http: https://api.quantjourney.cloud/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-quantjourneyorg-qj-api-mcp": {
      "url": "https://api.quantjourney.cloud/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

QuantJourney Agent Integrations

Public discovery contracts and minimal client examples for the QuantJourney Agent Fabric. The production service is available at agents.quantjourney.cloud.

This repository is intentionally not the Agent Fabric server source. It contains only material required to discover and integrate with the public machine interfaces. Backend implementation, deployment configuration, credentials, operational data, and private architecture remain in private repositories.

Public machine contracts

Generic A2A task delegation is currently disabled. Use the bounded query operations published in OpenAPI. Each operation declares whether it is free or x402-paid; discovery and OAuth registration are free.

Minimal OAuth query

The examples create one short-lived OAuth client with only agents:query, obtain a 15-minute bearer token, call the free bounded company snapshot, and deactivate the client in a finally/trap cleanup.

./examples/curl/oauth-query.sh AAPL
python3 examples/python/query.py AAPL

The shell example requires curl and jq. Neither example writes the client secret or access token to disk. Production integrations should register one durable client per workload, store its secret in a secret manager, rotate it, and avoid registering a new client for every query.

Remote MCP server

QuantJourney publishes the OAuth-protected QJ API MCP as a remote Streamable HTTP server:

ServerRemote endpointPurpose
QuantJourney API MCPhttps://api.quantjourney.cloud/mcpProvider and financial-domain API tools for research agents.

The registry manifest is in registry/. OAuth metadata is discovered from the protected resource; no QuantJourney service credential is embedded in this repository.

Security

Do not commit client secrets, bearer tokens, payment signatures, prompts, or query results. See SECURITY.md for private vulnerability reporting guidance.

License

The public integration examples and registry metadata in this repository are licensed under Apache License 2.0. This license does not grant access to, or rights in, QuantJourney data, commercial services, private source code, or third-party datasets.

Reviews

No reviews yet

Be the first to review this server!