{"name":"ai.tetrees.ex/mcp","slug":"ex-mcp","title":"Tetrees MCP","description":"Own, grow and trade portable agent intelligence via TAIP/1 Packs and MCP.","url":"https://mcp.market/server/ex-mcp","rating":null,"grade":"B","score":84,"certified":false,"status":"active","category":"ai","tags":["ai"],"presence":{"score":47,"stars":304,"forks":306,"downloads_week":null,"last_push_at":"2026-09-07T06:22:04.000Z","license":"MIT"},"uptime":{"percent":100,"checks":3,"ok":3,"last_checked_at":"2026-09-20T02:25:45.970Z","last_ok_at":"2026-09-20T02:25:45.970Z","latency_ms":808},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/TetreesEX/TetreesAgent_EX","website":"https://ex.tetrees.ai/en/mcp","version":"2.3.0","remotes":[{"type":"streamable-http","url":"https://ex.tetrees.ai/mcp","headers":[{"description":"Bearer token from Tetrees Account settings (TETREES_TOKEN)","isRequired":true,"isSecret":true,"name":"Authorization"}]}],"packages":[],"tools":[{"name":"accept_ai_pack_growth","description":"Normalize a proposed delta with Tetrees Agent or provider-free portable normalization, run the deterministic growth gate, and append it to this owner only.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","format":"uuid","description":"Tetrees AI Pack product id"},"sequence":{"type":"integer","exclusiveMinimum":0},"normalization":{"type":"string","enum":["tetrees","portable"],"default":"tetrees"},"confirmation":{"type":"string","const":"ACCEPT_REVIEWED_GROWTH"}},"required":["productId","sequence","confirmation"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"accept_ai_pack_terms","description":"Record the current account agreement required before creating, uploading, auditioning, or publishing a pack.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"confirmation":{"type":"string","const":"ACCEPT_TETREES_AI_PACK_TERMS"}},"required":["confirmation"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"acquire_free_ai_pack","description":"Create a revocable entitlement for a published free pack without Stripe.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","format":"uuid","description":"Tetrees AI Pack product id"}},"required":["productId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"create_ai_pack_draft","description":"Create an owner-bound AI Pack listing with the complete buyer guide and two concrete example uses. Accept current terms first. Free drafts do not require Stripe Connect.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","minLength":3,"maxLength":120},"description":{"type":"string","minLength":20,"maxLength":500},"category":{"type":"string","minLength":2,"maxLength":100},"capabilities":{"type":"array","items":{"type":"string"},"minItems":1,"maxItems":64},"models":{"type":"array","items":{"type":"string"},"minItems":1,"maxItems":20},"listing":{"type":"object","properties":{"problem":{"type":"string","minLength":40,"maxLength":3000},"targetUsers":{"type":"array","items":{"type":"string","minLength":3,"maxLength":160},"minItems":1,"maxItems":12},"inputs":{"type":"array","items":{"type":"string","minLength":3,"maxLength":300},"minItems":1,"maxItems":20},"workflow":{"type":"array","items":{"type":"string","minLength":8,"maxLength":500},"minItems":2,"maxItems":16},"outputs":{"type":"array","items":{"type":"string","minLength":3,"maxLength":300},"minItems":1,"maxItems":20},"exampleUses":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string","minLength":5,"maxLength":120},"scenario":{"type":"string","minLength":20,"maxLength":1000},"exampleRequest":{"type":"string","minLength":10,"maxLength":4000},"expectedOutcome":{"type":"string","minLength":20,"maxLength":2000}},"required":["title","scenario","exampleRequest","expectedOutcome"],"additionalProperties":false},"minItems":2,"maxItems":8},"successCriteria":{"type":"array","items":{"type":"string","minLength":5,"maxLength":300},"minItems":1,"maxItems":16},"limitations":{"type":"array","items":{"type":"string","minLength":5,"maxLength":500},"minItems":1,"maxItems":16}},"required":["problem","targetUsers","inputs","workflow","outputs","exampleUses","successCriteria","limitations"],"additionalProperties":false},"priceUsd":{"type":"number","minimum":0,"maximum":100000,"default":0}},"required":["name","description","category","capabilities","models","listing"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"download_ai_pack","description":"Return a short-lived entitlement-gated URL for the signed .taip envelope.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","format":"uuid","description":"Tetrees AI Pack product id"}},"required":["productId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"execute_client_extension","description":"Execute one method from an owned Pack through a user-configured HTTPS API, nested MCP server, or isolated local-skill child process. Configuration and credentials stay in the local MCP process. Write methods require an exact one-call confirmation.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","format":"uuid","description":"Tetrees AI Pack product id"},"extensionId":{"type":"string","minLength":2,"maxLength":64},"methodId":{"type":"string","minLength":2,"maxLength":64},"arguments":{"type":"object","additionalProperties":{},"default":{}},"writeConfirmation":{"type":"string","maxLength":160,"description":"For a write, use exactly: APPROVE extensionId.methodId"}},"required":["productId","extensionId","methodId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_ai_pack_private_report","description":"Read actionable owner-only failures and next actions without exposing them to buyers.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","format":"uuid","description":"Tetrees AI Pack product id"}},"required":["productId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_ai_pack_report","description":"Read the buyer-safe, version-bound Agent AVCP gates and scores for a published pack.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","format":"uuid","description":"Tetrees AI Pack product id"}},"required":["productId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_ai_pack_runtime_profile","description":"Return the Pack-declared hosted skills, ephemeral attachment policy, and user-controlled MCP/API extensions before a run.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","format":"uuid","description":"Tetrees AI Pack product id"}},"required":["productId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_ai_pack_submission_readiness","description":"Return missing TAIP, metadata, and imagery requirements with exact next actions.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","format":"uuid","description":"Tetrees AI Pack product id"}},"required":["productId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_agent_models","description":"List OpenAI, Claude, and Z.AI models, current server pricing, capabilities, BYOK support, and sample Point quotes.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_ai_pack_growth","description":"List growth checkpoints, the active checkpoint, hosted slot/byte usage and limits without exposing private memory contents.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","format":"uuid","description":"Tetrees AI Pack product id"}},"required":["productId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_owned_ai_packs","description":"List purchased, claimed-free, and seller-owned packs available to this account.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"prepare_local_ai_pack_run","description":"Return a host-readable execution plan for connecting this Pack to explicitly selected, Agent-AVCP-auditioned local skills, MCP tools, resources, prompts, or HTTPS APIs. Tetrees does not execute client extensions on its hosted servers.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","format":"uuid","description":"Tetrees AI Pack product id"},"task":{"type":"string","minLength":2,"maxLength":8000},"selectedExtensionIds":{"type":"array","items":{"type":"string","minLength":2,"maxLength":64},"maxItems":24,"default":[]},"approvedWriteMethods":{"type":"array","items":{"type":"string","minLength":3,"maxLength":140},"maxItems":32,"default":[],"description":"Exact extensionId.methodId values approved for this plan only."}},"required":["productId","task"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"propose_ai_pack_growth","description":"Select a proposal from a successful run. This creates a reviewable delta and does not mutate the pack.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"runId":{"type":"string","format":"uuid"},"proposalIndex":{"type":"integer","minimum":0,"maximum":100}},"required":["runId","proposalIndex"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"publish_ai_pack","description":"Publish the exact current version after every mandatory Agent AVCP gate passes. Paid packs additionally need Stripe Connect before checkout.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","format":"uuid","description":"Tetrees AI Pack product id"},"confirmation":{"type":"string","const":"PUBLISH_AGENT_PACK"}},"required":["productId","confirmation"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"quote_agent_run","description":"Get the exact worst-case Point reservation before using platform-funded inference. BYOK quotes zero model points.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","format":"uuid","description":"Tetrees AI Pack product id"},"model":{"type":"string","minLength":3},"fundingMode":{"type":"string","enum":["points","byok"],"default":"points"},"enabledSkills":{"type":"array","items":{"type":"string","minLength":1},"maxItems":16,"default":[]},"growthVersion":{"type":"integer","minimum":0,"description":"Hosted intelligence checkpoint. Omit to use the account default; 0 runs the signed base Pack."},"maxInputTokens":{"type":"integer","minimum":100,"maximum":200000,"default":8000},"maxOutputTokens":{"type":"integer","minimum":100,"maximum":32000,"default":2000}},"required":["productId","model"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"quote_ai_pack_audition","description":"Return exact version-bound Point quotes and Agent AVCP deliverables.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","format":"uuid","description":"Tetrees AI Pack product id"}},"required":["productId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"run_ai_pack","description":"Run a Tetrees AI Pack. Before acquisition, Points fund a stateless base preview. Ownership unlocks BYOK, saved growth and download; local files remain request-scoped.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","format":"uuid","description":"Tetrees AI Pack product id"},"model":{"type":"string","minLength":3},"prompt":{"type":"string","minLength":2,"maxLength":40000},"fundingMode":{"type":"string","enum":["points","byok"],"default":"points"},"enabledSkills":{"type":"array","items":{"type":"string","minLength":1},"maxItems":16,"default":[],"description":"Hosted optional skills declared by this Pack, such as web_search"},"attachmentPaths":{"type":"array","items":{"type":"string","minLength":1},"maxItems":5,"default":[],"description":"Explicit local TXT, Markdown, CSV, TSV, JSON, YAML, XML, PDF, or DOCX paths. Files are sent for this run only."},"growthVersion":{"type":"integer","minimum":0,"description":"Hosted intelligence checkpoint. Omit to use the selected default; 0 ignores all hosted growth."},"maxInputTokens":{"type":"integer","minimum":100,"maximum":200000,"default":8000},"maxOutputTokens":{"type":"integer","minimum":100,"maximum":32000,"default":2000}},"required":["productId","model","prompt"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"run_ai_pack_audition","description":"Run version-bound integrity, model, regression, memory-isolation, injection, growth, and cost gates after explicit Point confirmation.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","format":"uuid","description":"Tetrees AI Pack product id"},"tier":{"type":"string","const":"verified_listing","default":"verified_listing"},"expectedPoints":{"type":"integer","exclusiveMinimum":0},"expectedVersion":{"type":"string","pattern":"^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$"},"confirmation":{"type":"string","const":"RUN_AGENT_AVCP"}},"required":["productId","expectedPoints","expectedVersion","confirmation"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_ai_packs","description":"Search the published agent-asset exchange by task or capability.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","maxLength":300,"default":""},"limit":{"type":"integer","minimum":1,"maximum":48,"default":24}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"select_ai_pack_growth_version","description":"Set this account's default hosted intelligence checkpoint for an owned Pack. Use sequence 0 to return to the signed base Pack; selection never rewrites the seller Pack.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","format":"uuid","description":"Tetrees AI Pack product id"},"sequence":{"type":"integer","minimum":0},"confirmation":{"type":"string","const":"SELECT_GROWTH_CHECKPOINT"}},"required":["productId","sequence","confirmation"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"submit_ai_pack_for_audition","description":"Move a complete owner-bound draft into the immutable Agent AVCP queue after readiness passes.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","format":"uuid","description":"Tetrees AI Pack product id"},"confirmation":{"type":"string","const":"SUBMIT_AGENT_PACK"}},"required":["productId","confirmation"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"update_ai_pack_draft","description":"Update seller-owned public metadata; immutable pack versions are never overwritten.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","format":"uuid","description":"Tetrees AI Pack product id"},"shortDescription":{"type":"string","minLength":20,"maxLength":500},"businessUseCase":{"type":"string","minLength":20,"maxLength":2000},"priceUsd":{"type":"number","minimum":0,"maximum":100000},"tags":{"type":"array","items":{"type":"string"},"maxItems":30},"capabilities":{"type":"array","items":{"type":"string"},"minItems":1,"maxItems":64},"models":{"type":"array","items":{"type":"string"},"minItems":1,"maxItems":20},"listing":{"type":"object","properties":{"problem":{"type":"string","minLength":40,"maxLength":3000},"targetUsers":{"type":"array","items":{"type":"string","minLength":3,"maxLength":160},"minItems":1,"maxItems":12},"inputs":{"type":"array","items":{"type":"string","minLength":3,"maxLength":300},"minItems":1,"maxItems":20},"workflow":{"type":"array","items":{"type":"string","minLength":8,"maxLength":500},"minItems":2,"maxItems":16},"outputs":{"type":"array","items":{"type":"string","minLength":3,"maxLength":300},"minItems":1,"maxItems":20},"exampleUses":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string","minLength":5,"maxLength":120},"scenario":{"type":"string","minLength":20,"maxLength":1000},"exampleRequest":{"type":"string","minLength":10,"maxLength":4000},"expectedOutcome":{"type":"string","minLength":20,"maxLength":2000}},"required":["title","scenario","exampleRequest","expectedOutcome"],"additionalProperties":false},"minItems":2,"maxItems":8},"successCriteria":{"type":"array","items":{"type":"string","minLength":5,"maxLength":300},"minItems":1,"maxItems":16},"limitations":{"type":"array","items":{"type":"string","minLength":5,"maxLength":500},"minItems":1,"maxItems":16}},"required":["problem","targetUsers","inputs","workflow","outputs","exampleUses","successCriteria","limitations"],"additionalProperties":false}},"required":["productId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"upload_ai_pack","description":"Read an explicit local .taip path, transfer it through the product-scoped private upload contract, and commit one immutable higher version.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","format":"uuid","description":"Tetrees AI Pack product id"},"version":{"type":"string","pattern":"^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$"},"packPath":{"type":"string","minLength":1},"changelog":{"type":"string","maxLength":10000}},"required":["productId","version","packPath"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"upload_ai_pack_image","description":"Upload one explicit local JPEG, PNG, WebP, or AVIF image to the seller-owned pack listing.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"productId":{"type":"string","format":"uuid","description":"Tetrees AI Pack product id"},"imagePath":{"type":"string","minLength":1}},"required":["productId","imagePath"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":84,"grade":"B","scanned_at":"2026-09-20T00:27:45.569Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T00:27:45.542Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1823ms"]},"poisoning":{"score":15,"max":15,"notes":["26 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":15,"max":15,"notes":["last push 13 days ago"]},"identity":{"score":5,"max":10,"notes":["namespace and repository owner differ","website matches verified namespace"]}},"findings":[],"inputs":{"probes":[{"url":"https://ex.tetrees.ai/mcp","reachable":true,"authRequired":false,"latencyMs":1823,"serverInfo":{"name":"tetrees-ai","version":"2.3.0"}}],"packages":[],"repo":{"found":true,"owner":"TetreesEX","repo":"TetreesAgent_EX","archived":false,"pushedAt":"2026-09-07T06:22:04Z","stars":304,"forks":306,"openIssues":1,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/322403924?v=4","ownerCreatedAt":"2026-08-29T07:45:25Z","license":"MIT"},"icon":{"url":"https://ex.tetrees.ai/icon.png?icon.0idwy-gwo-noi.png","source":"site","width":250,"height":250},"presence":{"stars":304,"forks":306,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-07T06:22:04.000Z","score":47}}}},"grade_history":[],"reviews":[]}