Amazon Neptune · Capability
Amazon Neptune Graph Data Management
Workflow capability for managing Neptune graph databases, executing queries across Gremlin, SPARQL, and openCypher, and monitoring data streams. Used by graph database administrators and developers.
What You Can Do
GET
List clusters
— List all Neptune DB clusters
/v1/clusters
POST
Execute gremlin query
— Execute a Gremlin graph traversal query
/v1/queries
POST
Execute sparql query
— Execute a SPARQL query against RDF graph
/v1/queries
POST
Execute opencypher query
— Execute an openCypher query
/v1/queries
POST
Start load job
— Start a bulk data load from S3
/v1/loader
GET
Get propertygraph stream
— Get property graph change stream records
/v1/streams
MCP Tools
list-neptune-clusters
List all Neptune DB clusters in the account
read-only
execute-gremlin-query
Execute a Gremlin graph traversal query
read-only
execute-sparql-query
Execute a SPARQL query against RDF data
read-only
execute-opencypher-query
Execute an openCypher query against property graph
read-only
start-bulk-data-load
Start a Neptune bulk data load job from S3
get-graph-change-stream
Get real-time property graph change stream records
read-only
APIs Used
management
data
loader
streams