asof-ai-mcp
v1.0.1
Published
MCP server for ASOF.ai validation service - validate assumptions, signals, and datasets
Maintainers
Readme
ASOF.ai MCP Server
Connect AI agents like Claude and ChatGPT to the ASOF.ai validation service using the Model Context Protocol (MCP).
What is ASOF.ai?
ASOF.ai validates whether assumptions, signals, or datasets are still valid as of the current moment. It provides confidence-scored verdicts that AI agents can safely act on.
Installation
npm install -g asof-ai-mcpOr run directly with npx:
npx asof-ai-mcpConfigure Claude Desktop
Add this to your Claude Desktop configuration:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"asof-ai": {
"command": "npx",
"args": ["asof-ai-mcp"]
}
}
}Restart Claude Desktop after saving.
Available Tools
create_payment_session
Create a Stripe checkout session to purchase validation credits.
Pricing:
lite- $0.50: Basic verdict with confidence scorepro- $1.00: Adds evidence and explanationmax- $2.50: Full analysis with conflict detection
check_payment_status
Check if a payment session has been completed.
validate_asof
Validate data after payment is complete.
Parameters:
agent_id(required): Your AI agent identifierpayload(required): JSON object with data to validatesession_id(required): Paid Stripe session ID
Example Usage
Once connected, ask Claude:
"I need to validate if my market data from yesterday is still current"
Claude will:
- Create a payment session for you
- Guide you to complete the Stripe checkout
- Run the validation with your paid session
- Return confidence score and verdict
Environment Variables
| Variable | Default | Description |
|----------|---------|-------------|
| ASOF_API_URL | https://asofai.com | Base URL for the API |
Support
Contact: [email protected]
License
MIT
