{"name":"io.github.dcvalentino69-ux/innovalyxx-sovereign-edge","slug":"dcvalentino69-ux-innovalyxx-sovereign-edge","title":"Innovalyxx Sovereign Edge","description":"Verified cyber-physical AI tools. 25 MCP tools, x402-payable on Base.","url":"https://mcp.market/server/dcvalentino69-ux-innovalyxx-sovereign-edge","rating":null,"grade":"C","score":57,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":7,"ok":7,"last_checked_at":"2026-09-21T03:55:50.614Z","last_ok_at":"2026-09-21T03:55:50.614Z","latency_ms":157},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/dcvalentino69-ux/innovalyxx-platform","website":"https://memory.innovalyxx.com","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://edge.innovalyxx.com/mcp"}],"packages":[],"tools":[{"name":"generate_tevv_report","description":"Issue a TEVV-Athlon assessment report from stored IATP reputation and ABV maturity. Returns JSON alignment scores. Compliance: NIST AI 200-2, EU AI Act Art. 9, 13, 15. Cost $0.50 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"agent_id":{"type":"string","minLength":1,"description":"Agent identifier to score against the NIST AI 200-2 TEVV-Athlon mapping."}},"required":["agent_id"],"additionalProperties":false}},{"name":"get_agent_maturity","description":"Retrieve the stored ABV maturity score (0-100) for an agent. Returns JSON score. Compliance: EU AI Act Art. 14, KYA-OS. Cost $0.01 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"agent_id":{"type":"string","minLength":1,"description":"Agent identifier whose stored ABV maturity score (0–100) should be returned."}},"required":["agent_id"],"additionalProperties":false}},{"name":"get_agent_visibility","description":"Returns a 0–100 generative-engine visibility score and estimated LLM mention rate for a URL. Cost $0.01 per call. Not HTTP uptime, TLS, or a credit.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","minLength":1,"description":"Absolute HTTPS URL whose generative-engine visibility score and estimated LLM mention rate should be returned."}},"required":["url"],"additionalProperties":false}},{"name":"get_tevv_alignment","description":"Retrieve NIST AI 200-2 TEVV-Athlon mapping for IATP, ABV, FACT, and Lean 4. Returns JSON alignment document. Compliance: NIST AI 200-2, EU AI Act Art. 9, 13, 15. Cost $0.01 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"format":{"type":"string","enum":["json"],"description":"Response format. Only 'json' is supported."}},"required":["format"],"additionalProperties":false}},{"name":"issue_agent_attestation","description":"Issue a signed trust attestation for an agent DID and optional capabilities. Returns Ed25519 attestation envelope. Compliance: EU AI Act Art. 14, KYA-OS, IETF AID. Cost $0.50 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"agent_did":{"type":"string","minLength":1,"description":"Agent DID that will receive the signed trust attestation."},"capabilities":{"type":"array","items":{"type":"string"},"description":"Optional capability strings recorded on the attestation."}},"required":["agent_did"],"additionalProperties":false}},{"name":"memory.attest","description":"Issue an Ed25519-signed portable attestation for a memory entry. Returns envelope for offline verify; server does not store it. Compliance: GDPR Art. 5, 32. Cost $0.01 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"entry_id":{"type":"string","minLength":1,"description":"UUID of the memory entry to attest. Must belong to owner_wallet."},"owner_wallet":{"type":"string","minLength":42,"maxLength":42,"description":"0x-prefixed owner wallet. Only the owner can attest."},"wallet_signature":{"type":"string","description":"EIP-191 signature over the attest message (entry, owner, content hash)."}},"required":["entry_id","owner_wallet","wallet_signature"],"additionalProperties":false}},{"name":"memory.grant","description":"Grant another wallet time-bounded access to specified memory entries. Returns grant receipt; immutable consent row written. Compliance: GDPR Art. 7, 32. Cost $0.01 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"grantor_wallet":{"type":"string","minLength":42,"maxLength":42,"description":"0x-prefixed owner wallet issuing the grant."},"grantee_wallet":{"type":"string","minLength":42,"maxLength":42,"description":"0x-prefixed wallet that will be allowed to read."},"grantee_did":{"type":"string","description":"Optional DID stored for audit alongside the grantee wallet."},"entity_id":{"type":"string","minLength":1,"description":"Entity whose memory the grant covers."},"entity_type":{"type":"string","enum":["agent","habitat","project","site","transaction","user"],"description":"Entity type of the granted memory."},"categories":{"type":"array","items":{"type":"string","enum":["verification","preference","context","history"]},"minItems":1,"description":"Non-empty list of categories the grantee may read."},"expires_at":{"type":"string","description":"Optional ISO 8601 expiry (max 730 days from now)."},"wallet_signature":{"type":"string","description":"EIP-191 signature of the grantor over the grant message."}},"required":["grantor_wallet","grantee_wallet","entity_id","entity_type","categories","wallet_signature"],"additionalProperties":false}},{"name":"memory.pricing_hint","description":"Retrieve a signed, non-binding recommendation of verification-call cost from memory. Returns JSON hint; 402 list price unchanged. Compliance: GDPR Art. 5. Cost $0.01 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"entity_id":{"type":"string","minLength":1,"description":"Entity the recommendation is scoped to."},"tool_name":{"type":"string","minLength":1,"description":"Live verification tool to price, e.g. 'verify_biodiversity'."},"owner_wallet":{"type":"string","minLength":42,"maxLength":42,"description":"0x-prefixed owner wallet. Signature must recover to this address."},"wallet_signature":{"type":"string","description":"EIP-191 signature over the pricing-hint message."},"context_signature":{"type":"string","description":"Optional unused field reserved for a future composed context signature."}},"required":["entity_id","tool_name","owner_wallet","wallet_signature"],"additionalProperties":false}},{"name":"memory.query","description":"Query owner memory entries by entity_type, category, tags, or time range. Returns ciphertext plus metadata - never plaintext. Requires wallet signature. Compliance: GDPR Art. 15, 20. Cost $0.01 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"owner_wallet":{"type":"string","minLength":42,"maxLength":42,"description":"0x-prefixed owner address. Signature must recover to this wallet."},"wallet_signature":{"type":"string","description":"EIP-191 signature over the exact canonical filter set."},"entity_id":{"type":"string","description":"Optional exact entity identifier."},"entity_id_prefix":{"type":"string","minLength":3,"description":"Optional entity_id prefix (minimum 3 characters)."},"entity_type":{"type":"string","enum":["agent","habitat","project","site","transaction","user"],"description":"Optional entity type filter."},"category":{"type":"string","enum":["verification","preference","context","history"],"description":"Optional memory category filter."},"tags_any":{"type":"array","items":{"type":"string"},"description":"Return rows whose tags overlap this list."},"tags_all":{"type":"array","items":{"type":"string"},"description":"Return rows whose tags contain every item in this list."},"since":{"type":"string","description":"ISO 8601 lower bound on created_at (inclusive)."},"until":{"type":"string","description":"ISO 8601 upper bound on created_at (inclusive)."},"limit":{"type":"integer","minimum":1,"maximum":200,"default":50,"description":"Page size (1–200, default 50)."},"offset":{"type":"integer","minimum":0,"maximum":10000,"default":0,"description":"Page offset (0–10000, default 0)."}},"required":["owner_wallet","wallet_signature"],"additionalProperties":false}},{"name":"memory.read","description":"Retrieve client-encrypted memory entries for an entity. Returns ciphertext, nonce, and content_hash - never plaintext. Requires wallet signature. Compliance: GDPR Art. 15, 32. Cost $0.01 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"entity_id":{"type":"string","minLength":1,"description":"Stable identifier of the entity whose encrypted memory should be returned."},"category":{"type":"string","enum":["verification","preference","context","history"],"description":"Optional category filter. Omit to return every category the caller may read."},"signer_wallet":{"type":"string","minLength":42,"maxLength":42,"description":"0x-prefixed address of the caller. Owner path when it matches owner_wallet."},"owner_wallet":{"type":"string","minLength":42,"maxLength":42,"description":"Optional owner address. Required (and must match signer) for owner self-read."},"wallet_signature":{"type":"string","description":"EIP-191 signature over the deterministic read message (owner or grantee role)."},"actor_did":{"type":"string","description":"Optional DID of the caller."},"limit":{"type":"integer","minimum":1,"maximum":500,"description":"Maximum entries to return (1–500, default 100)."}},"required":["entity_id","signer_wallet","wallet_signature"],"additionalProperties":false}},{"name":"memory.revoke","description":"Revoke a previously issued memory grant immediately. Returns JSON revocation receipt. Compliance: GDPR Art. 7, 17. Cost $0.01 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"grantor_wallet":{"type":"string","minLength":42,"maxLength":42,"description":"0x-prefixed wallet of the original grantor."},"grant_id":{"type":"string","minLength":1,"description":"UUID of the grant to revoke."},"wallet_signature":{"type":"string","description":"EIP-191 signature of the grantor over the revoke message."}},"required":["grantor_wallet","grant_id","wallet_signature"],"additionalProperties":false}},{"name":"memory.subscription_quote","description":"Retrieve a signed, non-binding monthly subscription quote for a wallet. Returns JSON quote; x402 prepaid funding. Compliance: GDPR Art. 5, 7. Cost $0.01 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"owner_wallet":{"type":"string","minLength":42,"maxLength":42,"description":"0x-prefixed wallet the quote is issued to."},"wallet_signature":{"type":"string","description":"EIP-191 signature over the subscription-quote message."},"tier":{"type":"string","enum":["basic","pro","enterprise"],"description":"Plan to quote: basic, pro, or enterprise. Defaults to pro."}},"required":["owner_wallet","wallet_signature"],"additionalProperties":false}},{"name":"memory.tool_context","description":"Retrieve non-sensitive metadata on prior tool invocations for an entity (count, timestamps, last hash). Never returns ciphertext. Compliance: GDPR Art. 5, 15. Cost $0.01 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"entity_id":{"type":"string","minLength":1,"description":"Entity whose prior tool invocations should be summarised."},"tool_name":{"type":"string","minLength":1,"description":"Tool name to look up, e.g. 'verify_biodiversity' or 'request_mrv_report'."},"owner_wallet":{"type":"string","minLength":42,"maxLength":42,"description":"0x-prefixed owner wallet. Only that owner's rows are counted."},"wallet_signature":{"type":"string","description":"EIP-191 signature over the tool-context message."}},"required":["entity_id","tool_name","owner_wallet","wallet_signature"],"additionalProperties":false}},{"name":"memory.verify_attestation","description":"Verify a memory attestation envelope against the platform key registry. Returns JSON validity result; also verifiable offline. Compliance: GDPR Art. 5, 32. Cost $0.01 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"envelope":{"type":"object","description":"Portable innovalxx.memory.attestation.v1 envelope to verify."}},"required":["envelope"],"additionalProperties":false}},{"name":"memory.write","description":"Store a client-encrypted memory entry for an entity. Server never sees plaintext (PBKDF2/AES-256-GCM). Requires wallet signature. Returns JSON receipt. Compliance: GDPR Art. 5, 32. Cost $0.01 per call.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"entity_id":{"type":"string","minLength":1,"description":"Stable identifier, e.g. 'habitat:H-123' or 'agent:urn:aid:...'."},"entity_type":{"type":"string","enum":["agent","habitat","project","site","transaction","user"],"description":"Category of entity this memory belongs to."},"category":{"type":"string","enum":["verification","preference","context","history"],"description":"Memory category."},"content_ciphertext":{"type":"string","description":"Base64 AES-256-GCM ciphertext."},"content_nonce":{"type":"string","description":"Base64 12-byte nonce."},"content_hash":{"type":"string","minLength":64,"maxLength":64,"description":"SHA-256 hex of canonical plaintext."},"owner_wallet":{"type":"string","minLength":42,"maxLength":42,"description":"0x-prefixed address of the owner."},"wallet_signature":{"type":"string","description":"EIP-191 signature over the deterministic write message."},"tags":{"type":"array","items":{"type":"string"},"description":"Optional queryable tags."},"source_tool":{"type":"string","description":"Tool that produced this memory, e.g. 'verify_biodiversity'."},"source_attestation_id":{"type":"string","description":"Optional FACT attestation ID."},"actor_did":{"type":"string","description":"Optional DID of the agent performing the write."}},"required":["entity_id","entity_type","category","content_ciphertext","content_nonce","content_hash","owner_wallet","wallet_signature"],"additionalProperties":false}},{"name":"request_mrv_report","description":"Verify a carbon project's MRV claim via Sentinel-2 and MWCM-Oh. Returns signed Ed25519 attestation with Lean 4 proof hash. Compliance: EU AI Act Art. 14, ISO 14064-3. Not a carbon credit certificate. Cost £150 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"project_id":{"type":"string","minLength":1,"description":"Unique identifier of the carbon project (e.g., 'CV-SOUTHAMPTON-01')."},"node_id":{"type":"string","minLength":1,"description":"Registry node ID for the asset (e.g., 'TN-KEN-0001')."},"claimed_ndvi_min":{"type":"number","minimum":-1,"maximum":1,"description":"Minimum NDVI the agent claims the project has achieved. Used for Lean 4 verification."}},"required":["project_id","node_id","claimed_ndvi_min"],"additionalProperties":false}},{"name":"request_mrv_report_lite","description":"Verify a carbon project's basic NDVI via Sentinel-2. Returns signed Ed25519 NDVI attestation. No Lean 4 proof. Not a carbon credit. Compliance: EU AI Act Art. 14, ISO 14064-3 lite. Cost £5 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"project_id":{"type":"string","minLength":1,"description":"Unique identifier of the carbon project (e.g., 'CV-SOUTHAMPTON-01')."},"claimed_ndvi_min":{"type":"number","minimum":-1,"maximum":1,"description":"Minimum NDVI the agent claims the project has achieved."}},"required":["project_id","claimed_ndvi_min"],"additionalProperties":false}},{"name":"run_abv_assessment","description":"Verify pre-deployment agent behavior against a Worker Remit. Returns JSON maturity (0-100), gaps, and recommendations. Compliance: EU AI Act Art. 14, KYA-OS. Cost $0.50 per call.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"agent_id":{"type":"string","minLength":1,"description":"Agent identifier to assess against the Worker Remit."},"intended_role":{"type":"string","description":"Stated role of the agent (used for remit matching)."},"mission":{"type":"string","description":"Mission statement the agent claims to follow."},"allowed_tools":{"type":"array","items":{"type":"string"},"description":"Tools the remit permits."},"forbidden_tools":{"type":"array","items":{"type":"string"},"description":"Tools the remit forbids."},"requires_approval":{"type":"array","items":{"type":"string"},"description":"Actions that must escalate to a human or Gatekeeper."},"evidence_files":{"type":"array","items":{"type":"object"},"description":"Optional evidence file objects supplied for the assessment."},"evidence":{"type":"object","description":"Optional structured evidence payload for the ABV engine."}},"required":["agent_id"],"additionalProperties":false}},{"name":"run_geo_audit","description":"Verify generative-engine optimization for a merchant URL (schema.org, feed, agent-card). Returns JSON GEO score with gaps. Compliance: EU AI Act Art. 50, schema.org. Cost £99 per call.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","minLength":1,"description":"Absolute HTTPS URL of the merchant homepage to audit."},"product_feed_url":{"type":"string","description":"Optional explicit product-feed URL if it is not discoverable from the homepage."},"agent_card_url":{"type":"string","description":"Optional A2A / MCP agent-card URL (defaults to /.well-known/agent-card.json)."}},"required":["url"],"additionalProperties":false}},{"name":"verify_agent_attestation","description":"Verify an agent's IATP codebase/config attestation (Ed25519, fail-closed). Returns JSON validity result. Compliance: EU AI Act Art. 14, KYA-OS, IETF AID. Cost $0.02 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"attestation":{"type":"object","description":"IATP Ed25519 attestation envelope to verify (fail-closed)."},"agent_did":{"type":"string","description":"Optional peer DID that must match the attestation agent_id."}},"required":["attestation"],"additionalProperties":false}},{"name":"verify_agent_reputation","description":"Retrieve an agent's IATP reputation trust score (0-10) after FACT slashing. Returns JSON score and trust level. Compliance: EU AI Act Art. 14, KYA-OS, IETF AID. Cost $0.01 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"agent_did":{"type":"string","minLength":1,"description":"Agent DID whose IATP reputation trust score (0–10) should be returned."}},"required":["agent_did"],"additionalProperties":false}},{"name":"verify_agent_trust","description":"Verify an AI agent's identity (KYA-OS DID) and behavioral trust score. Returns a signed Ed25519 TrustVerification envelope with fail-closed attestation. Compliance: EU AI Act Art. 14, KYA-OS. Cost $0.01 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"agent_did":{"type":"string","minLength":1,"description":"Agent DID to verify (KYA-OS URN, e.g., 'urn:aid:innovalyxx:sovereign-edge')."},"context":{"type":"string","description":"Optional verification context (default 'mrv_verification')."}},"required":["agent_did"],"additionalProperties":false}},{"name":"verify_biodiversity","description":"Verify a biodiversity claim for a geographic habitat. Returns signed Ed25519 attestation with Lean 4 NDVI proof vs claimed_score_min. Compliance: EU AI Act Art. 14, TNFD. Not a tradable credit. Cost £150 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"habitat_id":{"type":"string","minLength":1,"description":"Habitat or site identifier for the biodiversity audit."},"species_list":{"type":"array","items":{"type":"string"},"minItems":1,"description":"Observed or claimed species names used in the Genomic Audit pipeline."},"claimed_score_min":{"type":"number","minimum":0,"maximum":100,"description":"Minimum biodiversity score (0–100) the agent claims. Compared against the computed score."}},"required":["habitat_id","species_list","claimed_score_min"],"additionalProperties":false}},{"name":"verify_site_certification","description":"Verify city planning constraints for a development site. Returns signed Ed25519 attestation and 30-year compliance trail. Compliance: EU AI Act Art. 14, ISO 14064-3. Cost £3,000–£5,000 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"city_id":{"type":"string","enum":["birmingham","bristol","edinburgh","glasgow","leeds","leicester","liverpool","london","manchester","newcastle","sheffield","southampton"],"description":"City catalog key for planning constraints (e.g., 'southampton')."},"site_name":{"type":"string","minLength":1,"description":"Human-readable development site name."},"development_ref":{"type":"string","minLength":1,"description":"Planning / development reference recorded on the 30-year compliance trail."}},"required":["city_id","site_name","development_ref"],"additionalProperties":false}},{"name":"verify_skip_twin","description":"Verify a circular-economy Skip Passport against the waste-diversion twin. Returns JSON passport with Lean 4 proof hash. Compliance: EU AI Act Art. 14. Cost £10 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"skip_id":{"type":"string","minLength":1,"description":"Circular-economy skip / waste-diversion twin identifier."},"manifest_hash":{"type":"string","minLength":64,"maxLength":66,"description":"SHA-256 hex (optional 0x prefix) of the skip manifest."}},"required":["skip_id","manifest_hash"],"additionalProperties":false}},{"name":"verify_transaction_evidence","description":"Verify a completed M2M transaction evidence pack, Lean 4 hash, and settlement. Returns signed JSON with provenance. Compliance: EU AI Act Art. 14, KYA-OS. Cost $0.05 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"transaction_id":{"type":"string","minLength":1,"description":"Settled M2M transaction identifier to verify."},"agent_did":{"type":"string","minLength":1,"description":"DID of the agent that initiated or received the settlement."},"amount_usdc":{"type":"number","minimum":0,"description":"Optional claimed settlement amount in USDC for evidence matching."}},"required":["transaction_id","agent_did"],"additionalProperties":false}}],"scan":{"score":57,"grade":"C","scanned_at":"2026-09-19T20:04:43.645Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:04:43.558Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1761ms"]},"poisoning":{"score":15,"max":15,"notes":["26 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 3 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: repo not found"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://edge.innovalyxx.com/mcp","reachable":true,"authRequired":false,"latencyMs":1761,"serverInfo":{"name":"innovalyxx-sovereign-edge","version":"1.0.0"}}],"packages":[],"repo":{"found":false,"owner":"dcvalentino69-ux","repo":"innovalyxx-platform","error":"repo not found"},"icon":{"url":"https://edge.innovalyxx.com/icon.png","source":"registry","width":512,"height":512},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}