MCP Server
Opportunity MCP MCP Server
io.github.revolutionarybukhari/opportunity-mcp
What is the Opportunity MCP MCP server?
Search youth opportunities (scholarships, fellowships, internships) from any AI assistant.
How to install Opportunity MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"opportunity-mcp": {
"command": "uvx",
"args": [
"opportunity-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"opportunity-mcp": {
"command": "uvx",
"args": [
"opportunity-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"opportunity-mcp": {
"command": "uvx",
"args": [
"opportunity-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"opportunity-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"opportunity-mcp"
]
}
}
}Claude Code
claude mcp add opportunity-mcp -- uvx opportunity-mcpRelated MCP servers
Pakistan Stock Exchange in plain English — quotes, dividends, announcements, and indices.
View repository →