{
  "markdown": "# Biochar Optimizer Pro · Claude plugin\n\nBring [biocharpro.io](https://biocharpro.io) into Claude as an MCP server.\nSimulate biochar, compare feedstocks, extract lab-analysis PDFs and score\nyour project against 5 carbon-removal methodologies — all from any Claude\nCode session.\n\n## What it does\n\nFour tools become available to Claude once the plugin is installed:\n\n| Tool | What it does |\n|---|---|\n| `simulate_biochar` | Runs a pyrolysis simulation for a single feedstock at a given temperature and residence time. Returns carbon content, H/Corg stability ratio, yield, BET surface, pH, and net CO₂e credits per tonne. |\n| `compare_feedstocks_batch` | Runs up to 50 feedstock simulations at the same temperature + residence time. Ideal for picking the best biomass for a project. |\n| `list_feedstocks` | Lists the 48 built-in feedstocks with full elemental composition. |\n| `extract_lab_analysis` | AI-extracts 20+ structured parameters from a biomass/biochar lab-analysis PDF (powered by Gemini 2.5 Flash). |\n\nAll tools hit the same REST API at `https://biocharpro.io/api/v1/*`. Usage\ncounts against the same per-key rate limits (100 req/min Developer,\n500 req/min Engineer+).\n\n## Install\n\n### Requirements\n\n- Claude Code installed ([installation docs](https://docs.claude.com/en/docs/claude-code/quickstart))\n- A **Developer tier or higher** subscription on biocharpro.io\n- An API key — create one at [biocharpro.io/api](https://biocharpro.io/api)\n\n### One-shot (recommended)\n\nPaste into your terminal, replacing `bop_YOUR_API_KEY` with your real key:\n\n```bash\nclaude mcp add biocharpro \\\n  --transport http \\\n  --header \"Authorization: Bearer bop_YOUR_API_KEY\" \\\n  https://biocharpro.io/mcp\n```\n\nTools show up in new Claude Code sessions.\n\n### Using the plugin manifest\n\nAlternatively, install this repo as a plugin so you get the `SKILL.md` hints\nthat help Claude know when to invoke each tool:\n\n```bash\nclaude plugins add https://github.com/pablokohan30-ux/biocharpro-claude-plugin\n```\n\nThen set the `BIOCHARPRO_API_KEY` environment variable (or override the\n`Authorization` header in the MCP server config after install).\n\n## Try these prompts\n\nOnce connected, open any Claude Code session and try:\n\n> *\"Using biocharpro, simulate pine sawdust at 650 °C for 30 minutes. Is it\n> certifiable under Puro.earth?\"*\n\n> *\"Compare pine_sawdust, coffee_husk, rice_straw and corn_stover at 600 °C\n> for 30 min. Which gives the best net CO₂e per tonne?\"*\n\n> *\"List all feedstocks in biocharpro with carbon content above 45%.\"*\n\n> *\"Read this lab-analysis PDF and tell me the H/Corg of the biochar.\"*\n\n## What you get from biocharpro.io beyond the plugin\n\nThe plugin is read-only to the simulation layer. For the full experience —\nproject management, LCA, multi-methodology scoring, submission packages for\nPuro.earth, Isometric, Verra VM0044, EBC and Gold Standard, PDD Builder —\nuse the web app at [biocharpro.io](https://biocharpro.io).\n\n## Security\n\n- API keys are scoped to your account and can be revoked at any time from\n  [biocharpro.io/api](https://biocharpro.io/api).\n- The MCP server runs in **stateless mode** — each request is authenticated\n  independently and no session data is persisted on our side.\n- All traffic over HTTPS. Request/response payloads are not logged beyond\n  timestamps + the last-used timestamp per key.\n- See [`PRIVACY.md`](./PRIVACY.md) for the full data handling policy.\n\n## Support\n\n- Product: [biocharpro.io](https://biocharpro.io)\n- Docs: [biocharpro.io/guide](https://biocharpro.io/guide)\n- Issues with the plugin: open an issue in this repo.\n- Issues with the API: email the contact listed in the dashboard.\n\n## License\n\n[MIT](./LICENSE).\n",
  "bytes": 3676,
  "sha": "62bd63bf5608f87053a74211677725e3db3162f3c6484129be683d40fcfca32a",
  "repo_slug": "pablokohan30-ux/biocharpro-claude-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_pablokohan30_ux_biocharpro_claude_plugin_02b6ae53/readme"
}