Data Aggregator

Curated Dataset Packs

Premium, curated datasets optimized for agentic training and RAG. Directly compatible with your MCP fleet.

FinanceMacroCrypto
2.4 GB
Global Finance Q1 2024
Curated 10k documents on global market trends, central bank minutes, and crypto liquidity flows.
mcp://akshon.org/d/finance-q1-24
CodingInstructPython
4.1 GB
Sovereign Code Instruct v3
High-quality instruction tuning dataset for coding agents. Filtered for security and performance.
mcp://akshon.org/d/code-instruct-v3
BiologyActive InferenceResearch
1.2 GB
Bio-Synthetic Alpha
Research papers and datasets on synthetic biology and active inference models.
mcp://akshon.org/d/bio-synth-a
InternalLogsOptimization
800 MB
Akshon Platform Logs (Anonymized)
System logs and usage patterns for optimizing agentic workflows. Anonymized for privacy.
mcp://akshon.org/d/logs-anon
MCP Configuration

To use these datasets with your local agents, add the AKSHON Aggregator to your MCP configuration file. This enables direct streaming of curated data into your agent's context window.

1
Copy the configuration block
2
Paste into your mcp_config.json
3
Restart your agent runtime
{
  "mcpServers": {
    "akshon-aggregator": {
      "command": "npx",
      "args": [
        "-y",
        "@akshon/mcp-aggregator"
      ],
      "env": {
        "AKSHON_API_KEY": "your-api-key"
      }
    }
  }
}