← Discover MCPs and Agents
A
MCPAI & MLMCP Registry

Alternative Asset Literacy — Retail

Alternative-asset education for retail investors: deep-dive tracks, calculators, advisor lookup.

Links

README

From the repo.

Alternative Asset Literacy — Claude Plugins

A marketplace listing for two MCP (Model Context Protocol) plugins from Alternative Asset Literacy, bringing alternative-asset investor education — DeFi, ESG, art, behavioral economics, gender-lens investing, venture capital & private equity, tokenized real-world assets, and PE secondaries — directly into Claude, alongside live calculators and a free advisor-registration lookup.

Plugins

PluginAudienceBilling
aal-retail-mcpRetail investorsFree previews; subscription for full contentREADME
aal-advisor-mcpFinancial advisorsPer-seat, 14-day trialREADME

Install

claude plugin marketplace add untitledfinancial/aal-plugins
claude plugin install aal-retail-mcp@aal-plugins
claude plugin install aal-advisor-mcp@aal-plugins

Use the owner/repo shorthand shown above, not a direct URL to marketplace.json — this marketplace's plugin sources are relative paths within the repo, which only resolve when the whole repository is cloned, not when just the manifest file is fetched.

See each plugin's own README for manual .mcp.json setup if you'd rather not use the marketplace flow.

What this repository is (and isn't)

This repository is a connector and discovery listing only — plugin manifests, MCP connection definitions, and workflow skills. Both plugins are remote MCP servers: all actual tool logic runs on Alternative Asset Literacy's own infrastructure at alternativeassetliteracy.com, not on your machine. This repository doesn't contain that implementation, and isn't where feature or content changes are made — it's the thin layer that lets Claude discover and connect to the live service.

Questions

hello@alternativeassetliteracy.com, or see alternativeassetliteracy.com.

Config for your environment

Use the endpoint URL below in your config. No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://alternativeassetliteracy.com/mcp/retail"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.