{"name":"socially-mcp-server","version":"1.0.0","capabilities":{"tools":{"listChanged":true}},"tools":[{"name":"discover_people","description":"Find random people or search by interests, location, or traits","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search query for semantic matching (optional)"},"limit":{"type":"number","description":"Maximum number of people to return","default":5}}},"annotations":{"readOnlyHint":true},"securitySchemes":[{"type":"noauth"},{"type":"oauth2","scopes":["profile.read","connections.write"]}]},{"name":"send_connection","description":"Express interest in meeting someone","inputSchema":{"type":"object","properties":{"target_user_id":{"type":"string","description":"ID of the user to connect with"}},"required":["target_user_id"]},"securitySchemes":[{"type":"oauth2","scopes":["connections.write"]}]},{"name":"create_profile","description":"Set up your profile to be discovered by others","inputSchema":{"type":"object","properties":{"name":{"type":"string","description":"Your full name"},"bio":{"type":"string","description":"A short bio (minimum 10 characters)"},"interests":{"type":"array","items":{"type":"string"},"description":"List of your interests"},"location":{"type":"string","description":"Your location (optional)"}},"required":["name","bio"]},"securitySchemes":[{"type":"oauth2","scopes":["profile.write"]}]}]}