MCP Server
MCP
io.github.DynamicDeals/gunsnation
MCP server for real-time access to the Gunsnation firearms catalog and specifications.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "gunsnation-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Gunsnation API key for accessing the firearms catalog",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GUNSNATION_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment