Server data from the Official MCP Registry
Public read-only MCP HTTP gateway for the Solapur software developers registry.
Public read-only MCP HTTP gateway for the Solapur software developers registry.
Remote endpoints: streamable-http: https://solapursoftwaredevelopers.dominal.in/api/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
Endpoint verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-mdyahhya-solapursoftwares": {
"url": "https://solapursoftwaredevelopers.dominal.in/api/mcp"
}
}
}From the project's GitHub README.
Verified directory of software developers and IT professionals in Solapur, Maharashtra, India. Built for humans, search engines, AI systems, and agent ecosystems.
Solapur Software Developers is an independent, non-commercial, ad-free directory of software developers and IT professionals based in Solapur, Maharashtra, India.
It ranks developers using a publicly documented, transparent scoring formula based on verifiable technical evidence — not paid placements or sponsorships.
This is not a normal SEO project. The strategy goes beyond ranking web pages in search results:
We put high-quality, structured, verified business and profile data directly where AI systems and agent ecosystems can use it.
| File | Purpose | Status |
|---|---|---|
/robots.txt | Explicit allow list for all major bots + AI crawlers | ✅ Live |
/sitemap.xml | Full site map including AI discovery files | ✅ Live |
/llms.txt | Root-level AI context file (llms.txt standard) | ✅ Live |
/presence.json | Machine-readable site identity and entity data | ✅ Live |
HTML <head> links | Discovery <link> tags on all major pages | ✅ All 4 pages |
data/solapur-software-developers.json: The canonical structured dataset (single source of truth).
It contains:
/
├── index.html # Homepage
├── developers.html # Developer directory listing
├── about.html # About / methodology page
├── score.html # Score leaderboard
├── developer.html # Individual developer profile (dynamic rendering)
├── robots.txt # Bot crawl rules
├── sitemap.xml # XML sitemap
├── llms.txt # AI discovery file
├── presence.json # Machine-readable entity presence
├── data/
│ └── solapur-software-developers.json # Canonical structured dataset
├── api/
│ └── mcp.js # Live public-ready MCP endpoint
├── README.md # This file
├── LICENSE # MIT License
├── SECURITY.md # Security policy
└── .gitignore # Git ignore rules
The directory ranks developers using this public formula:
Score = (Rating × 40%) + (Skills × 30%) + (Projects × 20%) + (Experience × 10%)
Verification pipeline:
No paid placements. No ads. No sponsored rankings.
A remote HTTP-compatible MCP server is fully implemented at /api/mcp. It exposes the directory data directly to AI agents.
site://about: Company mission and location details.site://services: Exposed directory services.site://developers: Full list of software developers.site://developer/{id}: Detailed profiles for individual developers.site://scores: Detailed score leaderboard and composite stats.site://contact: Contact details and metadata.get_company_info: Retrieve high-level site metadata.list_developers: List all registered developers.get_developer_profile: Get detailed profile by ID.find_developer_by_skill: Search developers matching a specific skill.list_top_developers: Fetch top-ranked developers sorted by ranking.To view and run the human-readable directory locally:
# Clone the repository
git clone https://github.com/mdyahhya/solapursoftwares.git
cd solapursoftwares
# Serve static directory files
npx serve .
Access the front-end at http://localhost:3000 (or the port shown in your terminal).
The Model Context Protocol (MCP) server runs as a serverless function inside /api/mcp.js. To run it locally mimicking a server environment:
# Install Next.js or standard Vercel CLI locally
npm install -g vercel
# Start Vercel dev server to compile and run API serverless functions
vercel dev
Once Vercel Dev is running, the local MCP endpoint will be active at http://localhost:3000/api/mcp.
To test that the JSON-RPC interface works correctly, you can make a curl call:
# List all available tools
curl -X POST http://localhost:3000/api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc": "2.0", "method": "tools/list", "params": {}, "id": 1}'
You can integrate this verified developer directory directly into your AI coding environments and agents (e.g. Claude Desktop, Cursor IDE, Windsurf).
Add the server definition to your claude_desktop_config.json (typically located in %APPDATA%\Claude\claude_desktop_config.json on Windows or ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"solapur-software-developers": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-http",
"--url",
"https://solapursoftwaredevelopers.dominal.in/api/mcp"
]
}
}
}
To query Solapur software developers directly in Cursor's chat or agent modes:
solapur-devssse or http (configured as standard remote endpoint)https://solapursoftwaredevelopers.dominal.in/api/mcpTo maintain the highest level of supply chain trust and data integrity, this project enforces the following security posture:
/api/mcp server sets Access-Control-Allow-Origin: * to accommodate remote client calls while restricting operations strictly to safe, public, read-only queries.MIT License — see the LICENSE file for details.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.