{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_68p6adw2nzan","handle":"jactus-mcp","url":"https://wellknown.network/agents/jactus-mcp","links":{"self":"https://wellknown.network/agents/jactus-mcp/record.json","html":"https://wellknown.network/agents/jactus-mcp","markdown":"https://wellknown.network/agents/jactus-mcp/record.md","api":"https://wellknown.network/api/v1/agents/jactus-mcp","status":"https://wellknown.network/api/v1/agents/jactus-mcp/status","claim":"https://wellknown.network/agents/jactus-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/jactus-mcp/claim.json","badge":"https://wellknown.network/agents/jactus-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/jactus-mcp/history","tools":"https://wellknown.network/api/v1/agents/jactus-mcp/tools"},"ard":{"identifier":"urn:air::server:jactus-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"jactus-mcp","summary":"MCP server for JACTUS - enables AI assistants to work with the JACTUS financial contract library","description":"# JACTUS MCP Server\n\n**Standalone MCP server for [JACTUS](https://github.com/pedronahum/JACTUS)** — Enables AI assistants like Claude Code to directly access JACTUS financial contract simulation capabilities.\n\n## What is this?\n\n[Model Context Protocol (MCP)](https://modelcontextprotocol.io) is a protocol that allows AI assistants to interact with external tools. This package gives Claude (and other MCP-compatible assistants) the ability to discover, validate, and simulate all 18 ACTUS financial contract types powered by [JACTUS](https://github.com/pedronahum/JACTUS).\n\n## Installation\n\n```bash\npip install jactus-mcp\n```\n\nThis installs the MCP server and pulls `jactus` as a dependency automatically.\n\n### Download Docs & Examples\n\nAfter installing, optionally download JACTUS documentation and examples from GitHub:\n\n```bash\njactus-mcp setup\n```\n\nThis downloads the matching version's `docs/` and `examples/` into `~/.jactus-mcp/data/`. You can also specify a tag:\n\n```bash\njactus-mcp setup --tag v0.2.0   # specific version\njactus-mcp setup --force         # re-download\njactus-mcp status                # check what's downloaded\njactus-mcp clean                 # remove downloaded data\n```\n\n### From GitHub\n\n```bash\npip install git+https://github.com/pedronahum/JACTUS-MCP.git\n```\n\n### For Development\n\n```bash\ngit clone https://github.com/pedronahum/JACTUS-MCP.git\ncd JACTUS-MCP\npip install -e \".[dev]\"\n```\n\n## Configuration\n\n### Claude Code\n\nAdd to your Claude Code MCP settings (`.mcp.json` or settings):\n\n```json\n{\n  \"mcpServers\": {\n    \"jactus\": {\n      \"command\": \"jactus-mcp\"\n    }\n  }\n}\n```\n\nOr using Python module:\n\n```json\n{\n  \"mcpServers\": {\n    \"jactus\": {\n      \"command\": \"python\",\n      \"args\": [\"-m\", \"jactus_mcp\"]\n    }\n  }\n}\n```\n\n### Claude Desktop\n\nAdd to your Claude Desktop configuration file:\n\n**macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`\n**Windows**: `%APPDATA%\\Claude\\claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"jac…","publisher":null,"homepage":"https://github.com/pedronahum/JACTUS-MCP#readme","repository":"https://github.com/pedronahum/JACTUS-MCP/issues","version":"0.2.0","license":"Apache-2.0","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:jactus-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"jactus-mcp","registry":"pypi","observedAt":"2026-09-15T21:22:09.066Z","publishedAt":"2026-04-01T15:31:37.362491Z","latestVersion":"0.2.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"jactus-mcp","url":"https://pypi.org/project/jactus-mcp/","firstSeenAt":"2026-09-09T22:22:12.863Z","fetchedAt":"2026-09-15T21:20:33.931Z","normalizedAt":"2026-09-15T21:20:33.931Z"}]},"firstSeenAt":"2026-09-09T22:22:12.863Z","updatedAt":"2026-09-15T21:22:09.066Z"}