Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”’ Security
  3. Mcp Agentcore
M
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:24:45 PM

Mcp Agentcore

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

AI governance MCP server for EU AI Act compliance and jurisdiction verification

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "mcp-agentcore": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-agentcore"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ”’ More in Security

Documentation Overview

🐜 GEIANT

Geo-Identity Agent Navigation & Tasking

The first AI orchestrator that knows where it is.


What is GEIANT?

GEIANT is a geospatial AI agent orchestration runtime built on the GNS Protocol. It is a direct competitor to LangChain, CrewAI, and AutoGen β€” with one structural difference: every agent has a cryptographic identity bound to an H3 territory, and every task is routed through a compliance enforcement layer before dispatch.

LangChain doesn't know where it is. GEIANT does.


The Ant Metaphor

In GEIANT, agents are ants. Ants are the canonical model of emergent collective intelligence from simple agents following spatial rules. Ant Colony Optimization (ACO) is a real algorithm used in routing and pathfinding. The colony is the orchestrated workflow. The territory is the H3 grid.

  • An ant (AntIdentity) is an agent with a GNS Ed25519 keypair + H3 territory + facet scope + trust tier
  • The colony is a multi-agent workflow where ants delegate and collaborate
  • The nest is the Agent Registry β€” the directory of available ants
  • The trail is the Virtual Breadcrumb chain β€” the Proof-of-Jurisdiction audit log

Architecture

Code
L6  Multi-Agent Orchestration    β€” task graph, delegation chain enforcement
L5  IDUP Settlement Layer        β€” Stellar payment routing per operation  
L4  MCP GIS Switchboard          β€” GDAL / PostGIS / ArcGIS / QGIS / EO models
L3  Perception Layer             β€” IBM Prithvi, Microsoft Clay (EO Foundation Models)
L2  Geometry Validation Layer    β€” GEOS-backed guardrails, self-intersection detection
L1  Geospatial Router            β€” H3 jurisdiction matching, TierGate enforcement
L0  Agent Identity & Registry    β€” Ed25519 + H3 + GNS-AIP (LIVE in gns-node)

Phase 0 (this repo): L0 + L1 + L2 core logic, tests, and API scaffold.


Monorepo Structure

Code
geiant/
β”œβ”€β”€ packages/
β”‚   β”œβ”€β”€ core/          @geiant/core β€” types, router, validation, registry, jurisdiction
β”‚   └── sdk/           @geiant/sdk  β€” developer-facing SDK (Phase 1)
β”œβ”€β”€ apps/
β”‚   └── api/           @geiant/api  β€” Express REST API
└── docs/              Architecture docs, ADRs

The Four Router Gates

Every task passes through four gates before any ant is selected:

  1. Signature Verification β€” Ed25519 signature over canonical task JSON
  2. Jurisdiction Resolution β€” H3 cell β†’ country β†’ regulatory frameworks (GDPR, EU AI Act, FINMA, CCPA...)
  3. Delegation Chain Validation β€” human GNS identity β†’ delegation cert β†’ scope cells + facets + expiry
  4. Geometry Pre-flight β€” GEOS-backed validation: self-intersection, coordinate transposition, unclosed rings

Only tasks that pass all four are dispatched. The router is a compliance enforcement point, not a load balancer.


Getting Started

bash
# Install dependencies
pnpm install

# Run tests
pnpm test

# Start dev API
pnpm dev

# Test routing endpoint
curl http://localhost:3100/health
curl http://localhost:3100/registry
curl http://localhost:3100/jurisdiction/8728d55ffffffff   # Rome H3 cell
curl http://localhost:3100/route/test

Competitive Position

FeatureLangChainCrewAIGEIANT
Agent identityAPI keyAPI keyEd25519 GNS keypair
Task routingCapability + costCapability + costH3 jurisdiction + compliance
Audit trailLogsLogsVirtual breadcrumbs (crypto)
Geometry validationNoneNoneBuilt-in guardrails
Human accountabilityNoneNoneDelegation chain
Regulatory complianceManualManualProof-of-Jurisdiction

Patent & IP

GNS Protocol Provisional Patent #63/948,788 (Proof-of-Trajectory).
GEIANT's Proof-of-Jurisdiction is a second patentable claim extending this.


License

Protocol spec: CC-BY
Core library: Apache 2.0
Managed runtime: Proprietary

GNS Foundation | Globe Crumbs Inc. | ULISSY s.r.l.
Via Gaetano Sacchi 16, 00153 Roma | ulissy@pec.it | gcrumbs.com

Related MCP Servers

View all in Security View all alternatives
  • V
    Vectordecisions Mcp Server

    AI Governance MCP Server - GATRI trust scoring, kill-switch, EU AI Act compliance for Claude

    πŸ”’ Security0 views
    Compare vs Vectordecisions Mcp Server β†’
  • Control Plane logoControl Plane

    Enterprise AI governance: spend, guardrails, policy, budgets, compliance, and provider health.

    πŸ”’ Security0 views
    Compare vs Control Plane β†’
  • D
    Dingdawg Compliance

    EU AI Act + Colorado AI Act compliance scoring. 87/100 in 60 seconds. Free local scan.

    πŸ”’ Security1 views
    Compare vs Dingdawg Compliance β†’
  • A
    Aribot Mcp

    Governed threat modeling, code threat verification, traceability & compliance, as MCP tools.

    πŸ”’ Security0 views
    Compare vs Aribot Mcp β†’

Frequently Asked Questions about Mcp Agentcore

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mcp-agentcore": { "command": "npx", "args": ["-y", "mcp-agentcore"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMcp Agentcore AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mcp-agentcore?style=directory)](https://allmcps.com/mcp/mcp-agentcore)
HTML Embed
<a href="https://allmcps.com/mcp/mcp-agentcore"><img src="https://allmcps.com/api/badge/mcp-agentcore?style=directory" alt="Mcp Agentcore on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”’Security
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/5 checks healthy over the last 7h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”’ Security β†’Best MCP servers for Security β†’Alternatives to Mcp Agentcore β†’Install in Claude DesktopInstall in CursorInstall in VS Code