wi-graphql-mcp-server
Provides tools for interacting with the Wildlife Insights GraphQL API for wildlife management, species identification, and Texas ranch operations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@wi-graphql-mcp-serverAnalyze species in my project 2010935"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
wi-graphql-mcp-server
A Model Context Protocol (MCP) server implementing the Wildlife Insights GraphQL API. This server provides natural language tools for wildlife management and species identification.
🦌 Natural Language Interface for Wildlife Insights GraphQL API
A comprehensive Model Context Protocol (MCP) server that provides intuitive, natural language tools for accessing Wildlife Insights data. Perfect for wildlife management, species identification workflows, and Texas ranch operations.
🌟 Features
🎯 20+ Natural Language Tools
Data Navigation:
getMyOrganizations,exploreMyData,getMyProjectsSpecies Identification:
getIdentifyPhotosCount,submitIdentification,bulkIdentifyImagesAnalytics & Insights:
getRanchManagementInsights,getSpeciesAnalytics,getProjectAnalyticsUpload Management:
createUpload,uploadImageWorkflow,completeUploadAdvanced:
executeGraphQLfor custom queries
🦌 Texas Ranch Optimized
Texas game species classification
Ranch management goal alignment (conservation/hunting/ecotourism)
Habitat management recommendations
Seasonal monitoring guidance
🔧 Production Ready
TypeScript implementation
Comprehensive error handling
Complete memory bank documentation
Professional deployment options
Related MCP server: mcp-graphql-schema
🚀 Quick Start
Installation
# Install from NPM (recommended)
npm install -g wildlife-insights-mcp
# Or from source
git clone https://github.com/yourusername/wildlife-insights-mcp.git
cd wildlife-insights-mcp
npm installDevelopment
# Start development server with hot reload
npm run dev
# Build for production
npm run build
# Start production server
npm startMCP Client Configuration
For Cline/Cursor:
{
"mcpServers": {
"wildlife-insights": {
"disabled": false,
"timeout": 60,
"type": "stdio",
"command": "node",
"args": ["./node_modules/tsx/dist/cli.mjs", "src/server.ts"],
"cwd": "/path/to/wildlife-insights-mcp",
"env": {
"WI_GRAPHQL_ENDPOINT": "https://api.wildlifeinsights.org/graphql",
"WI_BEARER_TOKEN": "your_token_here"
}
}
}
}📖 Usage Examples
🏠 Organization Discovery
// Find your organizations
await use_mcp_tool("wildlife-insights", "getMyOrganizations")📊 Project Analytics
// Get Texas ranch management insights
await use_mcp_tool("wildlife-insights", "getRanchManagementInsights", {
projectId: "2010935",
ranchGoals: "balanced"
})🦊 Species Analysis
// Analyze species in your project
await use_mcp_tool("wildlife-insights", "getSpeciesAnalytics", {
projectId: "2010935"
})📷 Identification Workflow
// Check pending identifications
await use_mcp_tool("wildlife-insights", "getIdentifyPhotosCount", {
projectId: "2010935"
})
// Get images for identification
await use_mcp_tool("wildlife-insights", "getImagesForIdentification", {
projectId: "2010935",
limit: 20
})📤 Upload Management
// Complete upload workflow
await use_mcp_tool("wildlife-insights", "uploadImageWorkflow", {
projectId: "2010935",
deploymentId: "2420851",
fileName: "camera001.jpg",
fileSize: "1024000"
})🔧 Authentication
Option 1: Environment Variable
export WI_BEARER_TOKEN="your_bearer_token_here"
npm run devOption 2: Runtime Setup
// Set token for this session
await use_mcp_tool("wildlife-insights", "auth.setToken", {
token: "your_bearer_token_here"
})🏗️ Development
Project Structure
├── src/
│ ├── server.ts # Main MCP server with all tools
│ ├── wiClient.ts # GraphQL client wrapper
│ └── schemas/
│ └── operations.ts # GraphQL query definitions
├── memory-bank/ # Complete project documentation
│ ├── projectbrief.md # Core requirements
│ ├── productContext.md # Problem/solution fit
│ ├── activeContext.md # Current work focus
│ ├── systemPatterns.md # Architecture patterns
│ ├── techContext.md # Technical implementation
│ └── progress.md # Status and roadmap
├── dist/ # Compiled JavaScript (auto-generated)
└── examples/ # MCP client configurationsAdding New Tools
Add GraphQL queries to
src/schemas/operations.tsRegister tools in
src/server.tsUpdate memory bank documentation
Test with real API calls
📋 Available Tools
🏢 Organization & Project Management
getMyOrganizations- Discover accessible organizationsgetMyProjects- Navigate project hierarchyexploreMyData- Step-by-step data explorationgetProjectDetails- Comprehensive project information
📊 Analytics & Insights
getProjectAnalytics- Overall project metricsgetSpeciesAnalytics- Species pattern analysisgetRanchManagementInsights- Texas-specific recommendationsgetDeploymentAnalytics- Camera deployment optimization
🦊 Species Identification
getIdentifyPhotosCount- Count pending identificationsgetImagesForIdentification- Retrieve images for processingsubmitIdentification- Submit species identificationbulkIdentifyImages- Process multiple imagesgetIdentificationWorkflow- Monitor progress
📤 Upload Management
createUpload- Create upload sessionsgetUploadUrl- Get signed upload URLscompleteUpload- Finalize upload sessionsuploadImageWorkflow- Complete upload workflow
🔧 System & Advanced
executeGraphQL- Run custom GraphQL queriesauth.setToken- Manage authenticationauth.refreshToken- Token managementwhoami- Server information
🌍 Texas Ranch Focus
This MCP server is specifically optimized for Texas ranch wildlife management:
Game Species: White-tailed deer, feral hogs, collared peccary
Management Goals: Conservation, hunting, ecotourism, balanced approaches
Habitat Types: Texas ecosystems and seasonal patterns
Regulatory Context: Texas wildlife regulations and best practices
🤝 Contributing
Fork the repository
Create a feature branch
Add tests for new functionality
Update memory bank documentation
Submit a pull request
📄 License
MIT License - see LICENSE file for details.
🙏 Acknowledgments
Wildlife Insights: GraphQL API and platform
MCP SDK: Model Context Protocol implementation
Texas Ranchers: Real-world use case and feedback
📞 Support
Issues: GitHub Issues
Discussions: GitHub Discussions
Documentation: Complete memory bank in
memory-bank/directory
Made with ❤️ for wildlife conservation and ranch management
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/philip-hayden/wi-graphql-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server